mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-03 01:38:17 +02:00
IDE: options: make buttons 25px wide, issue #32924
git-svn-id: trunk@56960 -
This commit is contained in:
parent
e384a1c48a
commit
9770119ed5
@ -134,7 +134,7 @@ object CodetoolsCodeCreationOptionsFrame: TCodetoolsCodeCreationOptionsFrame
|
||||
Width = 453
|
||||
FilterIndex = 0
|
||||
HideDirectories = False
|
||||
ButtonWidth = 50
|
||||
ButtonWidth = 25
|
||||
NumGlyphs = 1
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.Left = 6
|
||||
|
@ -213,7 +213,7 @@ object CodetoolsGeneralOptionsFrame: TCodetoolsGeneralOptionsFrame
|
||||
Width = 450
|
||||
FilterIndex = 0
|
||||
HideDirectories = False
|
||||
ButtonWidth = 50
|
||||
ButtonWidth = 25
|
||||
NumGlyphs = 1
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.Left = 6
|
||||
|
@ -80,7 +80,7 @@ object FpDocOptionsFrame: TFpDocOptionsFrame
|
||||
Directory = 'LazDocPathEdit'
|
||||
DialogOptions = [ofPathMustExist, ofEnableSizing, ofViewDetail]
|
||||
ShowHidden = False
|
||||
ButtonWidth = 50
|
||||
ButtonWidth = 25
|
||||
NumGlyphs = 1
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.Left = 6
|
||||
|
@ -158,7 +158,7 @@ object HelpGeneralOptionsFrame: THelpGeneralOptionsFrame
|
||||
Top = 23
|
||||
Width = 488
|
||||
ShowHidden = False
|
||||
ButtonWidth = 50
|
||||
ButtonWidth = 25
|
||||
NumGlyphs = 1
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.Around = 6
|
||||
|
Loading…
Reference in New Issue
Block a user