mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-19 14:29:29 +02:00
IDE: Hide the Export / Import buttons in options General page for now. The set of options makes no sense.
git-svn-id: trunk@50909 -
This commit is contained in:
parent
2c80e0baa3
commit
6c409b1ecc
@ -184,6 +184,7 @@ object DesktopOptionsFrame: TDesktopOptionsFrame
|
||||
ParentShowHint = False
|
||||
ShowHint = True
|
||||
TabOrder = 12
|
||||
Visible = False
|
||||
end
|
||||
object ExportDesktopButton: TButton
|
||||
AnchorSideLeft.Control = Owner
|
||||
@ -204,6 +205,7 @@ object DesktopOptionsFrame: TDesktopOptionsFrame
|
||||
ParentShowHint = False
|
||||
ShowHint = True
|
||||
TabOrder = 11
|
||||
Visible = False
|
||||
end
|
||||
object PanelGlyphsButtonsOptions: TPanel
|
||||
AnchorSideLeft.Control = lblButtons
|
||||
@ -385,6 +387,7 @@ object DesktopOptionsFrame: TDesktopOptionsFrame
|
||||
Font.Style = [fsBold]
|
||||
ParentColor = False
|
||||
ParentFont = False
|
||||
Visible = False
|
||||
end
|
||||
object lblGlyphs: TDividerBevel
|
||||
AnchorSideTop.Control = ShowHintsForComponentPaletteCheckBox
|
||||
|
Loading…
Reference in New Issue
Block a user