mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-06 17:20:29 +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
|
AutoSize = True
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
Caption = 'PathGroupBox'
|
Caption = 'PathGroupBox'
|
||||||
ClientHeight = 202
|
ClientHeight = 203
|
||||||
ClientWidth = 535
|
ClientWidth = 537
|
||||||
Constraints.MinHeight = 194
|
Constraints.MinHeight = 194
|
||||||
Constraints.MinWidth = 488
|
Constraints.MinWidth = 488
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
@ -34,13 +34,13 @@ object PathEditorDialog: TPathEditorDialog
|
|||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
AnchorSideBottom.Control = PathGroupBox
|
AnchorSideBottom.Control = PathGroupBox
|
||||||
AnchorSideBottom.Side = asrBottom
|
AnchorSideBottom.Side = asrBottom
|
||||||
Left = 504
|
Left = 506
|
||||||
Height = 25
|
Height = 25
|
||||||
Top = 47
|
Top = 47
|
||||||
Width = 25
|
Width = 25
|
||||||
Anchors = [akRight]
|
Anchors = [akRight]
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
Caption = 'MoveUpButton'
|
GlyphShowMode = gsmAlways
|
||||||
NumGlyphs = 0
|
NumGlyphs = 0
|
||||||
OnClick = MoveUpButtonClick
|
OnClick = MoveUpButtonClick
|
||||||
ParentShowHint = False
|
ParentShowHint = False
|
||||||
@ -54,12 +54,12 @@ object PathEditorDialog: TPathEditorDialog
|
|||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
AnchorSideBottom.Control = PathGroupBox
|
AnchorSideBottom.Control = PathGroupBox
|
||||||
AnchorSideBottom.Side = asrBottom
|
AnchorSideBottom.Side = asrBottom
|
||||||
Left = 504
|
Left = 506
|
||||||
Height = 25
|
Height = 25
|
||||||
Top = 86
|
Top = 86
|
||||||
Width = 25
|
Width = 25
|
||||||
BorderSpacing.Around = 14
|
BorderSpacing.Around = 14
|
||||||
Caption = 'MoveDownButton'
|
GlyphShowMode = gsmAlways
|
||||||
NumGlyphs = 0
|
NumGlyphs = 0
|
||||||
OnClick = MoveDownButtonClick
|
OnClick = MoveDownButtonClick
|
||||||
ParentShowHint = False
|
ParentShowHint = False
|
||||||
@ -71,10 +71,10 @@ object PathEditorDialog: TPathEditorDialog
|
|||||||
AnchorSideLeft.Side = asrBottom
|
AnchorSideLeft.Side = asrBottom
|
||||||
AnchorSideBottom.Control = PathGroupBox
|
AnchorSideBottom.Control = PathGroupBox
|
||||||
AnchorSideBottom.Side = asrBottom
|
AnchorSideBottom.Side = asrBottom
|
||||||
Left = 185
|
Left = 191
|
||||||
Height = 24
|
Height = 23
|
||||||
Top = 172
|
Top = 174
|
||||||
Width = 86
|
Width = 89
|
||||||
Anchors = [akLeft, akBottom]
|
Anchors = [akLeft, akBottom]
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
@ -92,9 +92,9 @@ object PathEditorDialog: TPathEditorDialog
|
|||||||
AnchorSideRight.Control = MoveUpButton
|
AnchorSideRight.Control = MoveUpButton
|
||||||
AnchorSideBottom.Control = DirectoryEdit
|
AnchorSideBottom.Control = DirectoryEdit
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 132
|
Height = 135
|
||||||
Top = 6
|
Top = 6
|
||||||
Width = 492
|
Width = 494
|
||||||
Anchors = [akTop, akLeft, akRight, akBottom]
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
ItemHeight = 0
|
ItemHeight = 0
|
||||||
@ -110,9 +110,9 @@ object PathEditorDialog: TPathEditorDialog
|
|||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
AnchorSideBottom.Control = ReplaceButton
|
AnchorSideBottom.Control = ReplaceButton
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 22
|
Height = 21
|
||||||
Top = 144
|
Top = 147
|
||||||
Width = 492
|
Width = 494
|
||||||
ShowHidden = False
|
ShowHidden = False
|
||||||
ButtonWidth = 23
|
ButtonWidth = 23
|
||||||
NumGlyphs = 0
|
NumGlyphs = 0
|
||||||
@ -126,9 +126,9 @@ object PathEditorDialog: TPathEditorDialog
|
|||||||
AnchorSideBottom.Control = PathGroupBox
|
AnchorSideBottom.Control = PathGroupBox
|
||||||
AnchorSideBottom.Side = asrBottom
|
AnchorSideBottom.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 24
|
Height = 23
|
||||||
Top = 172
|
Top = 174
|
||||||
Width = 95
|
Width = 96
|
||||||
Anchors = [akLeft, akBottom]
|
Anchors = [akLeft, akBottom]
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
@ -145,10 +145,10 @@ object PathEditorDialog: TPathEditorDialog
|
|||||||
AnchorSideLeft.Side = asrBottom
|
AnchorSideLeft.Side = asrBottom
|
||||||
AnchorSideBottom.Control = PathGroupBox
|
AnchorSideBottom.Control = PathGroupBox
|
||||||
AnchorSideBottom.Side = asrBottom
|
AnchorSideBottom.Side = asrBottom
|
||||||
Left = 107
|
Left = 108
|
||||||
Height = 24
|
Height = 23
|
||||||
Top = 172
|
Top = 174
|
||||||
Width = 72
|
Width = 77
|
||||||
Anchors = [akLeft, akBottom]
|
Anchors = [akLeft, akBottom]
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
@ -165,10 +165,10 @@ object PathEditorDialog: TPathEditorDialog
|
|||||||
AnchorSideLeft.Side = asrBottom
|
AnchorSideLeft.Side = asrBottom
|
||||||
AnchorSideBottom.Control = PathGroupBox
|
AnchorSideBottom.Control = PathGroupBox
|
||||||
AnchorSideBottom.Side = asrBottom
|
AnchorSideBottom.Side = asrBottom
|
||||||
Left = 277
|
Left = 286
|
||||||
Height = 24
|
Height = 23
|
||||||
Top = 172
|
Top = 174
|
||||||
Width = 154
|
Width = 148
|
||||||
Anchors = [akLeft, akBottom]
|
Anchors = [akLeft, akBottom]
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
@ -191,8 +191,8 @@ object PathEditorDialog: TPathEditorDialog
|
|||||||
Anchors = []
|
Anchors = []
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
Caption = 'TemplateGroupBox'
|
Caption = 'TemplateGroupBox'
|
||||||
ClientHeight = 145
|
ClientHeight = 146
|
||||||
ClientWidth = 535
|
ClientWidth = 537
|
||||||
TabOrder = 1
|
TabOrder = 1
|
||||||
object TemplatesListBox: TListBox
|
object TemplatesListBox: TListBox
|
||||||
AnchorSideLeft.Control = TemplateGroupBox
|
AnchorSideLeft.Control = TemplateGroupBox
|
||||||
@ -201,9 +201,9 @@ object PathEditorDialog: TPathEditorDialog
|
|||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
AnchorSideBottom.Control = AddTemplateButton
|
AnchorSideBottom.Control = AddTemplateButton
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 103
|
Height = 105
|
||||||
Top = 6
|
Top = 6
|
||||||
Width = 523
|
Width = 525
|
||||||
Anchors = [akTop, akLeft, akRight, akBottom]
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
ItemHeight = 0
|
ItemHeight = 0
|
||||||
@ -217,9 +217,9 @@ object PathEditorDialog: TPathEditorDialog
|
|||||||
AnchorSideBottom.Control = TemplateGroupBox
|
AnchorSideBottom.Control = TemplateGroupBox
|
||||||
AnchorSideBottom.Side = asrBottom
|
AnchorSideBottom.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 24
|
Height = 23
|
||||||
Top = 115
|
Top = 117
|
||||||
Width = 123
|
Width = 121
|
||||||
Anchors = [akLeft, akBottom]
|
Anchors = [akLeft, akBottom]
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
|
Loading…
Reference in New Issue
Block a user