fine tweaked btn size

This commit is contained in:
Basile Burg 2015-07-15 22:28:54 +02:00
parent 8f01388d0a
commit 6403d23dd7
3 changed files with 19 additions and 20 deletions

View File

@ -141,12 +141,12 @@ inherited CELibManEditorWidget: TCELibManEditorWidget
item item
AutoSize = True AutoSize = True
Caption = 'Library file' Caption = 'Library file'
Width = 82 Width = 67
end end
item item
AutoSize = True AutoSize = True
Caption = 'Sources root' Caption = 'Sources root'
Width = 95 Width = 78
end> end>
GridLines = True GridLines = True
HideSelection = False HideSelection = False

View File

@ -34,7 +34,7 @@ inherited CEProjectConfigurationWidget: TCEProjectConfigurationWidget
Height = 23 Height = 23
Hint = 'select a configuration' Hint = 'select a configuration'
Top = 1 Top = 1
Width = 316 Width = 324
Align = alClient Align = alClient
BorderSpacing.Top = 1 BorderSpacing.Top = 1
BorderSpacing.Right = 1 BorderSpacing.Right = 1
@ -44,41 +44,41 @@ inherited CEProjectConfigurationWidget: TCEProjectConfigurationWidget
TabOrder = 0 TabOrder = 0
end end
object btnAddConf: TSpeedButton object btnAddConf: TSpeedButton
Left = 317 Left = 325
Height = 24 Height = 24
Hint = 'add an empty configuration' Hint = 'add an empty configuration'
Top = 0 Top = 0
Width = 30 Width = 28
Align = alRight Align = alRight
OnClick = btnAddConfClick OnClick = btnAddConfClick
ShowCaption = False ShowCaption = False
end end
object btnDelConf: TSpeedButton object btnDelConf: TSpeedButton
Left = 347 Left = 353
Height = 24 Height = 24
Hint = 'remove selected configuration' Hint = 'remove selected configuration'
Top = 0 Top = 0
Width = 30 Width = 28
Align = alRight Align = alRight
OnClick = btnDelConfClick OnClick = btnDelConfClick
ShowCaption = False ShowCaption = False
end end
object btnCloneConf: TSpeedButton object btnCloneConf: TSpeedButton
Left = 377 Left = 381
Height = 24 Height = 24
Hint = 'clone selected configuration' Hint = 'clone selected configuration'
Top = 0 Top = 0
Width = 30 Width = 28
Align = alRight Align = alRight
OnClick = btnCloneCurrClick OnClick = btnCloneCurrClick
ShowCaption = False ShowCaption = False
end end
object btnSyncEdit: TSpeedButton object btnSyncEdit: TSpeedButton
Left = 407 Left = 409
Height = 24 Height = 24
Hint = 'syncrhonize each configuration' Hint = 'syncrhonize each configuration'
Top = 0 Top = 0
Width = 30 Width = 28
Align = alRight Align = alRight
OnClick = btnSyncEditClick OnClick = btnSyncEditClick
ShowCaption = False ShowCaption = False

View File

@ -18,19 +18,19 @@ inherited CETodoListWidget: TCETodoListWidget
ClientWidth = 584 ClientWidth = 584
object Panel1: TPanel[0] object Panel1: TPanel[0]
Left = 2 Left = 2
Height = 26 Height = 28
Top = 2 Top = 2
Width = 580 Width = 580
Align = alTop Align = alTop
BorderSpacing.Around = 2 BorderSpacing.Around = 2
BevelOuter = bvNone BevelOuter = bvNone
ClientHeight = 26 ClientHeight = 28
ClientWidth = 580 ClientWidth = 580
PopupMenu = contextMenu PopupMenu = contextMenu
TabOrder = 0 TabOrder = 0
object btnRefresh: TBitBtn object btnRefresh: TBitBtn
Left = 2 Left = 2
Height = 22 Height = 24
Hint = 'refresh the list' Hint = 'refresh the list'
Top = 2 Top = 2
Width = 28 Width = 28
@ -42,7 +42,7 @@ inherited CETodoListWidget: TCETodoListWidget
end end
object lstfilter: TListFilterEdit object lstfilter: TListFilterEdit
Left = 62 Left = 62
Height = 22 Height = 24
Top = 2 Top = 2
Width = 516 Width = 516
ButtonWidth = 28 ButtonWidth = 28
@ -55,7 +55,7 @@ inherited CETodoListWidget: TCETodoListWidget
end end
object btnGo: TBitBtn object btnGo: TBitBtn
Left = 32 Left = 32
Height = 22 Height = 24
Hint = 'refresh the list' Hint = 'refresh the list'
Top = 2 Top = 2
Width = 28 Width = 28
@ -68,8 +68,8 @@ inherited CETodoListWidget: TCETodoListWidget
end end
object lstItems: TListView[1] object lstItems: TListView[1]
Left = 4 Left = 4
Height = 301 Height = 299
Top = 32 Top = 34
Width = 576 Width = 576
Align = alClient Align = alClient
BorderSpacing.Around = 4 BorderSpacing.Around = 4
@ -77,7 +77,7 @@ inherited CETodoListWidget: TCETodoListWidget
item item
AutoSize = True AutoSize = True
Caption = 'text' Caption = 'text'
Width = 31 Width = 572
end end
item item
AutoSize = True AutoSize = True
@ -97,7 +97,6 @@ inherited CETodoListWidget: TCETodoListWidget
item item
AutoSize = True AutoSize = True
Caption = 'priority' Caption = 'priority'
Width = 383
end> end>
ReadOnly = True ReadOnly = True
SortType = stText SortType = stText