mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 15:59:13 +02:00
IDE: fix button anchors in UnusedUnitsDialog.
git-svn-id: trunk@47393 -
This commit is contained in:
parent
713f1f90dc
commit
d0a4df6d9a
@ -1,20 +1,20 @@
|
|||||||
object UnusedUnitsDialog: TUnusedUnitsDialog
|
object UnusedUnitsDialog: TUnusedUnitsDialog
|
||||||
Left = 375
|
Left = 375
|
||||||
Height = 380
|
Height = 382
|
||||||
Top = 236
|
Top = 236
|
||||||
Width = 503
|
Width = 501
|
||||||
ActiveControl = UnitsTreeView
|
ActiveControl = UnitsTreeView
|
||||||
Caption = 'UnusedUnitsDialog'
|
Caption = 'UnusedUnitsDialog'
|
||||||
ClientHeight = 380
|
ClientHeight = 382
|
||||||
ClientWidth = 503
|
ClientWidth = 501
|
||||||
OnCreate = FormCreate
|
OnCreate = FormCreate
|
||||||
Position = poScreenCenter
|
Position = poScreenCenter
|
||||||
LCLVersion = '1.3'
|
LCLVersion = '1.5'
|
||||||
object UnitsTreeView: TTreeView
|
object UnitsTreeView: TTreeView
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 292
|
Height = 294
|
||||||
Top = 6
|
Top = 6
|
||||||
Width = 491
|
Width = 489
|
||||||
Align = alClient
|
Align = alClient
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
DefaultItemHeight = 22
|
DefaultItemHeight = 22
|
||||||
@ -28,17 +28,17 @@ object UnusedUnitsDialog: TUnusedUnitsDialog
|
|||||||
object Panel1: TPanel
|
object Panel1: TPanel
|
||||||
Left = 0
|
Left = 0
|
||||||
Height = 76
|
Height = 76
|
||||||
Top = 304
|
Top = 306
|
||||||
Width = 503
|
Width = 501
|
||||||
Align = alBottom
|
Align = alBottom
|
||||||
ChildSizing.LeftRightSpacing = 6
|
ChildSizing.LeftRightSpacing = 6
|
||||||
ChildSizing.TopBottomSpacing = 6
|
ChildSizing.TopBottomSpacing = 6
|
||||||
ChildSizing.HorizontalSpacing = 10
|
ChildSizing.HorizontalSpacing = 10
|
||||||
ClientHeight = 76
|
ClientHeight = 76
|
||||||
ClientWidth = 503
|
ClientWidth = 501
|
||||||
TabOrder = 1
|
TabOrder = 1
|
||||||
object CancelBitBtn: TBitBtn
|
object CancelBitBtn: TBitBtn
|
||||||
Left = 406
|
Left = 404
|
||||||
Height = 30
|
Height = 30
|
||||||
Top = 39
|
Top = 39
|
||||||
Width = 90
|
Width = 90
|
||||||
@ -53,12 +53,14 @@ object UnusedUnitsDialog: TUnusedUnitsDialog
|
|||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
end
|
end
|
||||||
object RemoveSelectedBitBtn: TBitBtn
|
object RemoveSelectedBitBtn: TBitBtn
|
||||||
Left = 219
|
AnchorSideRight.Control = CancelBitBtn
|
||||||
|
Left = 217
|
||||||
Height = 30
|
Height = 30
|
||||||
Top = 39
|
Top = 39
|
||||||
Width = 177
|
Width = 177
|
||||||
Anchors = [akRight, akBottom]
|
Anchors = [akRight, akBottom]
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
|
BorderSpacing.Around = 6
|
||||||
Caption = 'RemoveSelectedBitBtn'
|
Caption = 'RemoveSelectedBitBtn'
|
||||||
Constraints.MinWidth = 75
|
Constraints.MinWidth = 75
|
||||||
ModalResult = 1
|
ModalResult = 1
|
||||||
@ -66,12 +68,14 @@ object UnusedUnitsDialog: TUnusedUnitsDialog
|
|||||||
TabOrder = 1
|
TabOrder = 1
|
||||||
end
|
end
|
||||||
object RemoveAllBitBtn: TBitBtn
|
object RemoveAllBitBtn: TBitBtn
|
||||||
Left = 71
|
AnchorSideRight.Control = RemoveSelectedBitBtn
|
||||||
|
Left = 69
|
||||||
Height = 30
|
Height = 30
|
||||||
Top = 39
|
Top = 39
|
||||||
Width = 138
|
Width = 138
|
||||||
Anchors = [akRight, akBottom]
|
Anchors = [akRight, akBottom]
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
|
BorderSpacing.Around = 6
|
||||||
Caption = 'RemoveAllBitBtn'
|
Caption = 'RemoveAllBitBtn'
|
||||||
Constraints.MinWidth = 75
|
Constraints.MinWidth = 75
|
||||||
ModalResult = 8
|
ModalResult = 8
|
||||||
|
Loading…
Reference in New Issue
Block a user