mirror of https://gitlab.com/basile.b/dexed.git
fine tweaked btn size
This commit is contained in:
parent
8f01388d0a
commit
6403d23dd7
|
|
@ -141,12 +141,12 @@ inherited CELibManEditorWidget: TCELibManEditorWidget
|
|||
item
|
||||
AutoSize = True
|
||||
Caption = 'Library file'
|
||||
Width = 82
|
||||
Width = 67
|
||||
end
|
||||
item
|
||||
AutoSize = True
|
||||
Caption = 'Sources root'
|
||||
Width = 95
|
||||
Width = 78
|
||||
end>
|
||||
GridLines = True
|
||||
HideSelection = False
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ inherited CEProjectConfigurationWidget: TCEProjectConfigurationWidget
|
|||
Height = 23
|
||||
Hint = 'select a configuration'
|
||||
Top = 1
|
||||
Width = 316
|
||||
Width = 324
|
||||
Align = alClient
|
||||
BorderSpacing.Top = 1
|
||||
BorderSpacing.Right = 1
|
||||
|
|
@ -44,41 +44,41 @@ inherited CEProjectConfigurationWidget: TCEProjectConfigurationWidget
|
|||
TabOrder = 0
|
||||
end
|
||||
object btnAddConf: TSpeedButton
|
||||
Left = 317
|
||||
Left = 325
|
||||
Height = 24
|
||||
Hint = 'add an empty configuration'
|
||||
Top = 0
|
||||
Width = 30
|
||||
Width = 28
|
||||
Align = alRight
|
||||
OnClick = btnAddConfClick
|
||||
ShowCaption = False
|
||||
end
|
||||
object btnDelConf: TSpeedButton
|
||||
Left = 347
|
||||
Left = 353
|
||||
Height = 24
|
||||
Hint = 'remove selected configuration'
|
||||
Top = 0
|
||||
Width = 30
|
||||
Width = 28
|
||||
Align = alRight
|
||||
OnClick = btnDelConfClick
|
||||
ShowCaption = False
|
||||
end
|
||||
object btnCloneConf: TSpeedButton
|
||||
Left = 377
|
||||
Left = 381
|
||||
Height = 24
|
||||
Hint = 'clone selected configuration'
|
||||
Top = 0
|
||||
Width = 30
|
||||
Width = 28
|
||||
Align = alRight
|
||||
OnClick = btnCloneCurrClick
|
||||
ShowCaption = False
|
||||
end
|
||||
object btnSyncEdit: TSpeedButton
|
||||
Left = 407
|
||||
Left = 409
|
||||
Height = 24
|
||||
Hint = 'syncrhonize each configuration'
|
||||
Top = 0
|
||||
Width = 30
|
||||
Width = 28
|
||||
Align = alRight
|
||||
OnClick = btnSyncEditClick
|
||||
ShowCaption = False
|
||||
|
|
|
|||
|
|
@ -18,19 +18,19 @@ inherited CETodoListWidget: TCETodoListWidget
|
|||
ClientWidth = 584
|
||||
object Panel1: TPanel[0]
|
||||
Left = 2
|
||||
Height = 26
|
||||
Height = 28
|
||||
Top = 2
|
||||
Width = 580
|
||||
Align = alTop
|
||||
BorderSpacing.Around = 2
|
||||
BevelOuter = bvNone
|
||||
ClientHeight = 26
|
||||
ClientHeight = 28
|
||||
ClientWidth = 580
|
||||
PopupMenu = contextMenu
|
||||
TabOrder = 0
|
||||
object btnRefresh: TBitBtn
|
||||
Left = 2
|
||||
Height = 22
|
||||
Height = 24
|
||||
Hint = 'refresh the list'
|
||||
Top = 2
|
||||
Width = 28
|
||||
|
|
@ -42,7 +42,7 @@ inherited CETodoListWidget: TCETodoListWidget
|
|||
end
|
||||
object lstfilter: TListFilterEdit
|
||||
Left = 62
|
||||
Height = 22
|
||||
Height = 24
|
||||
Top = 2
|
||||
Width = 516
|
||||
ButtonWidth = 28
|
||||
|
|
@ -55,7 +55,7 @@ inherited CETodoListWidget: TCETodoListWidget
|
|||
end
|
||||
object btnGo: TBitBtn
|
||||
Left = 32
|
||||
Height = 22
|
||||
Height = 24
|
||||
Hint = 'refresh the list'
|
||||
Top = 2
|
||||
Width = 28
|
||||
|
|
@ -68,8 +68,8 @@ inherited CETodoListWidget: TCETodoListWidget
|
|||
end
|
||||
object lstItems: TListView[1]
|
||||
Left = 4
|
||||
Height = 301
|
||||
Top = 32
|
||||
Height = 299
|
||||
Top = 34
|
||||
Width = 576
|
||||
Align = alClient
|
||||
BorderSpacing.Around = 4
|
||||
|
|
@ -77,7 +77,7 @@ inherited CETodoListWidget: TCETodoListWidget
|
|||
item
|
||||
AutoSize = True
|
||||
Caption = 'text'
|
||||
Width = 31
|
||||
Width = 572
|
||||
end
|
||||
item
|
||||
AutoSize = True
|
||||
|
|
@ -97,7 +97,6 @@ inherited CETodoListWidget: TCETodoListWidget
|
|||
item
|
||||
AutoSize = True
|
||||
Caption = 'priority'
|
||||
Width = 383
|
||||
end>
|
||||
ReadOnly = True
|
||||
SortType = stText
|
||||
|
|
|
|||
Loading…
Reference in New Issue