mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-04 00:07:28 +01:00
IDE: enlarge buttons in Project Inspector
git-svn-id: trunk@31680 -
This commit is contained in:
parent
ef6c622afb
commit
b2189d01a7
@ -2,21 +2,21 @@ object ProjectInspectorForm: TProjectInspectorForm
|
||||
Left = 389
|
||||
Height = 474
|
||||
Top = 328
|
||||
Width = 400
|
||||
Width = 425
|
||||
ActiveControl = ItemsTreeView
|
||||
Caption = 'ProjectInspectorForm'
|
||||
ClientHeight = 474
|
||||
ClientWidth = 400
|
||||
ClientWidth = 425
|
||||
OnShow = ProjectInspectorFormShow
|
||||
LCLVersion = '0.9.31'
|
||||
object ItemsTreeView: TTreeView
|
||||
Left = 0
|
||||
Height = 448
|
||||
Top = 26
|
||||
Width = 400
|
||||
Height = 444
|
||||
Top = 30
|
||||
Width = 425
|
||||
Align = alClient
|
||||
BorderSpacing.Top = 2
|
||||
DefaultItemHeight = 15
|
||||
DefaultItemHeight = 17
|
||||
PopupMenu = ItemsPopupMenu
|
||||
ReadOnly = True
|
||||
RightClickSelect = True
|
||||
@ -28,17 +28,16 @@ object ProjectInspectorForm: TProjectInspectorForm
|
||||
end
|
||||
object BtnPanel: TPanel
|
||||
Left = 0
|
||||
Height = 24
|
||||
Height = 28
|
||||
Top = 0
|
||||
Width = 400
|
||||
Width = 425
|
||||
Align = alTop
|
||||
AutoSize = True
|
||||
ClientHeight = 24
|
||||
ClientWidth = 400
|
||||
ClientHeight = 28
|
||||
ClientWidth = 425
|
||||
TabOrder = 1
|
||||
object DummySpeedButton: TSpeedButton
|
||||
Left = 161
|
||||
Height = 22
|
||||
Height = 26
|
||||
Top = 1
|
||||
Width = 15
|
||||
Align = alLeft
|
||||
@ -46,7 +45,7 @@ object ProjectInspectorForm: TProjectInspectorForm
|
||||
end
|
||||
object OpenBitBtn: TSpeedButton
|
||||
Left = 1
|
||||
Height = 22
|
||||
Height = 26
|
||||
Top = 1
|
||||
Width = 40
|
||||
Align = alLeft
|
||||
@ -59,7 +58,7 @@ object ProjectInspectorForm: TProjectInspectorForm
|
||||
end
|
||||
object AddBitBtn: TSpeedButton
|
||||
Left = 41
|
||||
Height = 22
|
||||
Height = 26
|
||||
Top = 1
|
||||
Width = 40
|
||||
Align = alLeft
|
||||
@ -72,7 +71,7 @@ object ProjectInspectorForm: TProjectInspectorForm
|
||||
end
|
||||
object RemoveBitBtn: TSpeedButton
|
||||
Left = 81
|
||||
Height = 22
|
||||
Height = 26
|
||||
Top = 1
|
||||
Width = 40
|
||||
Align = alLeft
|
||||
@ -85,7 +84,7 @@ object ProjectInspectorForm: TProjectInspectorForm
|
||||
end
|
||||
object OptionsBitBtn: TSpeedButton
|
||||
Left = 121
|
||||
Height = 22
|
||||
Height = 26
|
||||
Top = 1
|
||||
Width = 40
|
||||
Align = alLeft
|
||||
@ -98,9 +97,9 @@ object ProjectInspectorForm: TProjectInspectorForm
|
||||
end
|
||||
object DirectoryHierarchySpeedButton: TSpeedButton
|
||||
Left = 176
|
||||
Height = 22
|
||||
Height = 26
|
||||
Top = 1
|
||||
Width = 25
|
||||
Width = 30
|
||||
Align = alLeft
|
||||
AllowAllUp = True
|
||||
AutoSize = True
|
||||
@ -111,10 +110,10 @@ object ProjectInspectorForm: TProjectInspectorForm
|
||||
ParentShowHint = False
|
||||
end
|
||||
object SortAlphabeticallySpeedButton: TSpeedButton
|
||||
Left = 201
|
||||
Height = 22
|
||||
Left = 206
|
||||
Height = 26
|
||||
Top = 1
|
||||
Width = 25
|
||||
Width = 30
|
||||
Align = alLeft
|
||||
AllowAllUp = True
|
||||
AutoSize = True
|
||||
@ -127,14 +126,15 @@ object ProjectInspectorForm: TProjectInspectorForm
|
||||
object FilterEdit: TListFilterEdit
|
||||
AnchorSideLeft.Control = SortAlphabeticallySpeedButton
|
||||
AnchorSideLeft.Side = asrBottom
|
||||
Left = 226
|
||||
Height = 20
|
||||
Top = 3
|
||||
Width = 154
|
||||
Left = 238
|
||||
Height = 23
|
||||
Top = 4
|
||||
Width = 164
|
||||
FilteredTreeview = ItemsTreeView
|
||||
ButtonWidth = 23
|
||||
NumGlyphs = 0
|
||||
Anchors = [akLeft, akRight]
|
||||
BorderSpacing.Left = 2
|
||||
Font.Color = clBtnShadow
|
||||
MaxLength = 0
|
||||
ParentFont = False
|
||||
|
||||
Loading…
Reference in New Issue
Block a user