mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-23 02:59:33 +02:00
IDE, Path editor dialog: fixed move up/down buttons icons appearance
git-svn-id: trunk@35492 -
This commit is contained in:
parent
e82b157cfd
commit
7a3dbe9f15
@ -23,8 +23,8 @@ object PathEditorDialog: TPathEditorDialog
|
||||
AutoSize = True
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'PathGroupBox'
|
||||
ClientHeight = 202
|
||||
ClientWidth = 535
|
||||
ClientHeight = 203
|
||||
ClientWidth = 537
|
||||
Constraints.MinHeight = 194
|
||||
Constraints.MinWidth = 488
|
||||
TabOrder = 0
|
||||
@ -34,13 +34,13 @@ object PathEditorDialog: TPathEditorDialog
|
||||
AnchorSideRight.Side = asrBottom
|
||||
AnchorSideBottom.Control = PathGroupBox
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 504
|
||||
Left = 506
|
||||
Height = 25
|
||||
Top = 47
|
||||
Width = 25
|
||||
Anchors = [akRight]
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'MoveUpButton'
|
||||
GlyphShowMode = gsmAlways
|
||||
NumGlyphs = 0
|
||||
OnClick = MoveUpButtonClick
|
||||
ParentShowHint = False
|
||||
@ -54,12 +54,12 @@ object PathEditorDialog: TPathEditorDialog
|
||||
AnchorSideTop.Side = asrBottom
|
||||
AnchorSideBottom.Control = PathGroupBox
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 504
|
||||
Left = 506
|
||||
Height = 25
|
||||
Top = 86
|
||||
Width = 25
|
||||
BorderSpacing.Around = 14
|
||||
Caption = 'MoveDownButton'
|
||||
GlyphShowMode = gsmAlways
|
||||
NumGlyphs = 0
|
||||
OnClick = MoveDownButtonClick
|
||||
ParentShowHint = False
|
||||
@ -71,10 +71,10 @@ object PathEditorDialog: TPathEditorDialog
|
||||
AnchorSideLeft.Side = asrBottom
|
||||
AnchorSideBottom.Control = PathGroupBox
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 185
|
||||
Height = 24
|
||||
Top = 172
|
||||
Width = 86
|
||||
Left = 191
|
||||
Height = 23
|
||||
Top = 174
|
||||
Width = 89
|
||||
Anchors = [akLeft, akBottom]
|
||||
AutoSize = True
|
||||
BorderSpacing.Around = 6
|
||||
@ -92,9 +92,9 @@ object PathEditorDialog: TPathEditorDialog
|
||||
AnchorSideRight.Control = MoveUpButton
|
||||
AnchorSideBottom.Control = DirectoryEdit
|
||||
Left = 6
|
||||
Height = 132
|
||||
Height = 135
|
||||
Top = 6
|
||||
Width = 492
|
||||
Width = 494
|
||||
Anchors = [akTop, akLeft, akRight, akBottom]
|
||||
BorderSpacing.Around = 6
|
||||
ItemHeight = 0
|
||||
@ -110,9 +110,9 @@ object PathEditorDialog: TPathEditorDialog
|
||||
AnchorSideRight.Side = asrBottom
|
||||
AnchorSideBottom.Control = ReplaceButton
|
||||
Left = 6
|
||||
Height = 22
|
||||
Top = 144
|
||||
Width = 492
|
||||
Height = 21
|
||||
Top = 147
|
||||
Width = 494
|
||||
ShowHidden = False
|
||||
ButtonWidth = 23
|
||||
NumGlyphs = 0
|
||||
@ -126,9 +126,9 @@ object PathEditorDialog: TPathEditorDialog
|
||||
AnchorSideBottom.Control = PathGroupBox
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 24
|
||||
Top = 172
|
||||
Width = 95
|
||||
Height = 23
|
||||
Top = 174
|
||||
Width = 96
|
||||
Anchors = [akLeft, akBottom]
|
||||
AutoSize = True
|
||||
BorderSpacing.Around = 6
|
||||
@ -145,10 +145,10 @@ object PathEditorDialog: TPathEditorDialog
|
||||
AnchorSideLeft.Side = asrBottom
|
||||
AnchorSideBottom.Control = PathGroupBox
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 107
|
||||
Height = 24
|
||||
Top = 172
|
||||
Width = 72
|
||||
Left = 108
|
||||
Height = 23
|
||||
Top = 174
|
||||
Width = 77
|
||||
Anchors = [akLeft, akBottom]
|
||||
AutoSize = True
|
||||
BorderSpacing.Around = 6
|
||||
@ -165,10 +165,10 @@ object PathEditorDialog: TPathEditorDialog
|
||||
AnchorSideLeft.Side = asrBottom
|
||||
AnchorSideBottom.Control = PathGroupBox
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 277
|
||||
Height = 24
|
||||
Top = 172
|
||||
Width = 154
|
||||
Left = 286
|
||||
Height = 23
|
||||
Top = 174
|
||||
Width = 148
|
||||
Anchors = [akLeft, akBottom]
|
||||
AutoSize = True
|
||||
BorderSpacing.Around = 6
|
||||
@ -191,8 +191,8 @@ object PathEditorDialog: TPathEditorDialog
|
||||
Anchors = []
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'TemplateGroupBox'
|
||||
ClientHeight = 145
|
||||
ClientWidth = 535
|
||||
ClientHeight = 146
|
||||
ClientWidth = 537
|
||||
TabOrder = 1
|
||||
object TemplatesListBox: TListBox
|
||||
AnchorSideLeft.Control = TemplateGroupBox
|
||||
@ -201,9 +201,9 @@ object PathEditorDialog: TPathEditorDialog
|
||||
AnchorSideRight.Side = asrBottom
|
||||
AnchorSideBottom.Control = AddTemplateButton
|
||||
Left = 6
|
||||
Height = 103
|
||||
Height = 105
|
||||
Top = 6
|
||||
Width = 523
|
||||
Width = 525
|
||||
Anchors = [akTop, akLeft, akRight, akBottom]
|
||||
BorderSpacing.Around = 6
|
||||
ItemHeight = 0
|
||||
@ -217,9 +217,9 @@ object PathEditorDialog: TPathEditorDialog
|
||||
AnchorSideBottom.Control = TemplateGroupBox
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 24
|
||||
Top = 115
|
||||
Width = 123
|
||||
Height = 23
|
||||
Top = 117
|
||||
Width = 121
|
||||
Anchors = [akLeft, akBottom]
|
||||
AutoSize = True
|
||||
BorderSpacing.Around = 6
|
||||
|
Loading…
Reference in New Issue
Block a user