mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-01 23:00:27 +02:00
IDE: window positions frame: more space for spinedits, bug #16898
git-svn-id: trunk@26574 -
This commit is contained in:
parent
7e4bfd1aa7
commit
29c6a21cdc
@ -14,7 +14,7 @@ inherited WindowOptionsFrame: TWindowOptionsFrame
|
||||
Left = 0
|
||||
Height = 22
|
||||
Top = 0
|
||||
Width = 218
|
||||
Width = 227
|
||||
Caption = 'SingleTaskBarButtonCheckBox'
|
||||
Enabled = False
|
||||
TabOrder = 0
|
||||
@ -27,7 +27,7 @@ inherited WindowOptionsFrame: TWindowOptionsFrame
|
||||
Left = 0
|
||||
Height = 22
|
||||
Top = 22
|
||||
Width = 178
|
||||
Width = 187
|
||||
Caption = 'HideIDEOnRunCheckBox'
|
||||
TabOrder = 1
|
||||
end
|
||||
@ -46,8 +46,8 @@ inherited WindowOptionsFrame: TWindowOptionsFrame
|
||||
Anchors = [akTop, akLeft, akRight, akBottom]
|
||||
BorderSpacing.Top = 6
|
||||
Caption = 'WindowPositionsGroupBox'
|
||||
ClientHeight = 338
|
||||
ClientWidth = 562
|
||||
ClientHeight = 336
|
||||
ClientWidth = 558
|
||||
TabOrder = 2
|
||||
object Bevel1: TBevel
|
||||
AnchorSideLeft.Control = WindowPositionsGroupBox
|
||||
@ -66,10 +66,10 @@ inherited WindowOptionsFrame: TWindowOptionsFrame
|
||||
AnchorSideTop.Side = asrCenter
|
||||
AnchorSideRight.Control = WindowPositionsGroupBox
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 210
|
||||
Left = 215
|
||||
Height = 3
|
||||
Top = 169
|
||||
Width = 346
|
||||
Width = 337
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Right = 6
|
||||
@ -81,7 +81,7 @@ inherited WindowOptionsFrame: TWindowOptionsFrame
|
||||
Left = 70
|
||||
Height = 18
|
||||
Top = 161
|
||||
Width = 134
|
||||
Width = 139
|
||||
BorderSpacing.Left = 70
|
||||
BorderSpacing.Top = 6
|
||||
Caption = 'lblWindowCaption'
|
||||
@ -93,10 +93,10 @@ inherited WindowOptionsFrame: TWindowOptionsFrame
|
||||
AnchorSideTop.Control = LeftEdit
|
||||
AnchorSideTop.Side = asrCenter
|
||||
AnchorSideRight.Control = LeftEdit
|
||||
Left = 314
|
||||
Left = 278
|
||||
Height = 18
|
||||
Top = 189
|
||||
Width = 59
|
||||
Width = 61
|
||||
Anchors = [akTop, akRight]
|
||||
BorderSpacing.Right = 3
|
||||
Caption = 'LeftLabel'
|
||||
@ -106,10 +106,10 @@ inherited WindowOptionsFrame: TWindowOptionsFrame
|
||||
AnchorSideTop.Control = TopEdit
|
||||
AnchorSideTop.Side = asrCenter
|
||||
AnchorSideRight.Control = TopEdit
|
||||
Left = 317
|
||||
Left = 281
|
||||
Height = 18
|
||||
Top = 222
|
||||
Width = 56
|
||||
Width = 58
|
||||
Anchors = [akTop, akRight]
|
||||
BorderSpacing.Right = 3
|
||||
Caption = 'TopLabel'
|
||||
@ -119,10 +119,10 @@ inherited WindowOptionsFrame: TWindowOptionsFrame
|
||||
AnchorSideTop.Control = WidthEdit
|
||||
AnchorSideTop.Side = asrCenter
|
||||
AnchorSideRight.Control = WidthEdit
|
||||
Left = 423
|
||||
Left = 400
|
||||
Height = 18
|
||||
Top = 189
|
||||
Width = 70
|
||||
Width = 74
|
||||
Anchors = [akTop, akRight]
|
||||
BorderSpacing.Right = 3
|
||||
Caption = 'WidthLabel'
|
||||
@ -132,10 +132,10 @@ inherited WindowOptionsFrame: TWindowOptionsFrame
|
||||
AnchorSideTop.Control = HeightEdit
|
||||
AnchorSideTop.Side = asrCenter
|
||||
AnchorSideRight.Control = HeightEdit
|
||||
Left = 416
|
||||
Left = 395
|
||||
Height = 18
|
||||
Top = 222
|
||||
Width = 77
|
||||
Width = 79
|
||||
Anchors = [akTop, akRight]
|
||||
BorderSpacing.Right = 3
|
||||
Caption = 'HeightLabel'
|
||||
@ -149,13 +149,12 @@ inherited WindowOptionsFrame: TWindowOptionsFrame
|
||||
Left = 6
|
||||
Height = 149
|
||||
Top = 6
|
||||
Width = 550
|
||||
Width = 546
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.Around = 6
|
||||
ItemHeight = 0
|
||||
OnSelectionChange = WindowPositionsListBoxSelectionChange
|
||||
TabOrder = 0
|
||||
TopIndex = -1
|
||||
end
|
||||
object UseWindowManagerSettingRadioButton: TRadioButton
|
||||
AnchorSideLeft.Control = WindowPositionsGroupBox
|
||||
@ -164,7 +163,7 @@ inherited WindowOptionsFrame: TWindowOptionsFrame
|
||||
Left = 6
|
||||
Height = 22
|
||||
Top = 185
|
||||
Width = 276
|
||||
Width = 288
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'UseWindowManagerSettingRadioButton'
|
||||
Checked = True
|
||||
@ -178,7 +177,7 @@ inherited WindowOptionsFrame: TWindowOptionsFrame
|
||||
Left = 6
|
||||
Height = 22
|
||||
Top = 213
|
||||
Width = 148
|
||||
Width = 156
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'DefaultRadioButton'
|
||||
TabOrder = 2
|
||||
@ -191,7 +190,7 @@ inherited WindowOptionsFrame: TWindowOptionsFrame
|
||||
Left = 6
|
||||
Height = 22
|
||||
Top = 241
|
||||
Width = 261
|
||||
Width = 274
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'RestoreWindowGeometryRadioButton'
|
||||
TabOrder = 3
|
||||
@ -204,7 +203,7 @@ inherited WindowOptionsFrame: TWindowOptionsFrame
|
||||
Left = 6
|
||||
Height = 22
|
||||
Top = 269
|
||||
Width = 202
|
||||
Width = 210
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'CustomPositionRadioButton'
|
||||
TabOrder = 4
|
||||
@ -214,10 +213,10 @@ inherited WindowOptionsFrame: TWindowOptionsFrame
|
||||
AnchorSideTop.Control = lblWindowCaption
|
||||
AnchorSideTop.Side = asrBottom
|
||||
AnchorSideRight.Control = WidthEdit
|
||||
Left = 376
|
||||
Left = 342
|
||||
Height = 27
|
||||
Top = 185
|
||||
Width = 60
|
||||
Width = 75
|
||||
Anchors = [akTop, akRight]
|
||||
BorderSpacing.Top = 6
|
||||
BorderSpacing.Right = 60
|
||||
@ -228,10 +227,10 @@ inherited WindowOptionsFrame: TWindowOptionsFrame
|
||||
AnchorSideTop.Control = LeftEdit
|
||||
AnchorSideTop.Side = asrBottom
|
||||
AnchorSideRight.Control = HeightEdit
|
||||
Left = 376
|
||||
Left = 342
|
||||
Height = 27
|
||||
Top = 218
|
||||
Width = 60
|
||||
Width = 75
|
||||
Anchors = [akTop, akRight]
|
||||
BorderSpacing.Top = 6
|
||||
BorderSpacing.Right = 60
|
||||
@ -243,10 +242,10 @@ inherited WindowOptionsFrame: TWindowOptionsFrame
|
||||
AnchorSideTop.Side = asrBottom
|
||||
AnchorSideRight.Control = WindowPositionsGroupBox
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 496
|
||||
Left = 477
|
||||
Height = 27
|
||||
Top = 185
|
||||
Width = 60
|
||||
Width = 75
|
||||
Anchors = [akTop, akRight]
|
||||
BorderSpacing.Top = 6
|
||||
BorderSpacing.Right = 6
|
||||
@ -258,10 +257,10 @@ inherited WindowOptionsFrame: TWindowOptionsFrame
|
||||
AnchorSideTop.Side = asrBottom
|
||||
AnchorSideRight.Control = WindowPositionsGroupBox
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 496
|
||||
Left = 477
|
||||
Height = 27
|
||||
Top = 218
|
||||
Width = 60
|
||||
Width = 75
|
||||
Anchors = [akTop, akRight]
|
||||
BorderSpacing.Top = 6
|
||||
BorderSpacing.Right = 6
|
||||
@ -272,10 +271,10 @@ inherited WindowOptionsFrame: TWindowOptionsFrame
|
||||
AnchorSideTop.Control = TopEdit
|
||||
AnchorSideTop.Side = asrBottom
|
||||
AnchorSideRight.Control = ApplyButton
|
||||
Left = 285
|
||||
Height = 29
|
||||
Left = 260
|
||||
Height = 27
|
||||
Top = 251
|
||||
Width = 175
|
||||
Width = 188
|
||||
Anchors = [akTop, akRight]
|
||||
AutoSize = True
|
||||
BorderSpacing.Around = 6
|
||||
@ -289,10 +288,10 @@ inherited WindowOptionsFrame: TWindowOptionsFrame
|
||||
AnchorSideTop.Side = asrBottom
|
||||
AnchorSideRight.Control = WindowPositionsGroupBox
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 466
|
||||
Height = 29
|
||||
Left = 454
|
||||
Height = 27
|
||||
Top = 251
|
||||
Width = 90
|
||||
Width = 98
|
||||
Anchors = [akTop, akRight]
|
||||
AutoSize = True
|
||||
BorderSpacing.Around = 6
|
||||
@ -309,7 +308,7 @@ inherited WindowOptionsFrame: TWindowOptionsFrame
|
||||
Left = 0
|
||||
Height = 22
|
||||
Top = 44
|
||||
Width = 213
|
||||
Width = 222
|
||||
Caption = 'HideMessagesIconsCheckBox'
|
||||
TabOrder = 3
|
||||
end
|
||||
@ -320,7 +319,7 @@ inherited WindowOptionsFrame: TWindowOptionsFrame
|
||||
Left = 0
|
||||
Height = 22
|
||||
Top = 66
|
||||
Width = 223
|
||||
Width = 235
|
||||
Caption = 'TitleStartsWithProjectCheckBox'
|
||||
ParentShowHint = False
|
||||
ShowHint = True
|
||||
@ -333,7 +332,7 @@ inherited WindowOptionsFrame: TWindowOptionsFrame
|
||||
Left = 0
|
||||
Height = 22
|
||||
Top = 88
|
||||
Width = 205
|
||||
Width = 218
|
||||
Caption = 'ProjectDirInIdeTitleCheckBox'
|
||||
ParentShowHint = False
|
||||
ShowHint = True
|
||||
|
Loading…
Reference in New Issue
Block a user