mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-21 22:59:27 +02:00
ide: remove not sexy bevels from the dialog
git-svn-id: trunk@41714 -
This commit is contained in:
parent
d746b1bcb4
commit
e7dbab74f9
@ -63,12 +63,12 @@ object IDEOptionsDialog: TIDEOptionsDialog
|
||||
AnchorSideRight.Side = asrBottom
|
||||
AnchorSideBottom.Control = SettingsPanel
|
||||
Left = 6
|
||||
Height = 310
|
||||
Top = 34
|
||||
Height = 308
|
||||
Top = 36
|
||||
Width = 249
|
||||
Anchors = [akTop, akLeft, akRight, akBottom]
|
||||
BorderSpacing.Top = 5
|
||||
DefaultItemHeight = 16
|
||||
DefaultItemHeight = 18
|
||||
ReadOnly = True
|
||||
TabOrder = 0
|
||||
OnChange = CategoryTreeChange
|
||||
@ -81,7 +81,7 @@ object IDEOptionsDialog: TIDEOptionsDialog
|
||||
AnchorSideLeft.Control = CategoryPanel
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 21
|
||||
Height = 23
|
||||
Top = 8
|
||||
Width = 200
|
||||
OnFilterItem = FilterEditFilterItem
|
||||
@ -90,6 +90,7 @@ object IDEOptionsDialog: TIDEOptionsDialog
|
||||
NumGlyphs = 1
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.Left = 6
|
||||
Font.Color = clBtnShadow
|
||||
MaxLength = 0
|
||||
ParentFont = False
|
||||
TabOrder = 1
|
||||
@ -102,6 +103,7 @@ object IDEOptionsDialog: TIDEOptionsDialog
|
||||
Width = 255
|
||||
Align = alBottom
|
||||
AutoSize = True
|
||||
BevelOuter = bvNone
|
||||
Constraints.MinHeight = 20
|
||||
TabOrder = 2
|
||||
end
|
||||
@ -116,14 +118,15 @@ object IDEOptionsDialog: TIDEOptionsDialog
|
||||
Top = 0
|
||||
Width = 427
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BevelOuter = bvNone
|
||||
ClientHeight = 40
|
||||
ClientWidth = 427
|
||||
TabOrder = 3
|
||||
object BuildModeLabel: TLabel
|
||||
Left = 12
|
||||
Height = 13
|
||||
Height = 15
|
||||
Top = 10
|
||||
Width = 51
|
||||
Width = 61
|
||||
Caption = 'Build Mode'
|
||||
ParentColor = False
|
||||
end
|
||||
@ -132,12 +135,12 @@ object IDEOptionsDialog: TIDEOptionsDialog
|
||||
AnchorSideLeft.Side = asrBottom
|
||||
AnchorSideTop.Control = BuildModeLabel
|
||||
AnchorSideTop.Side = asrCenter
|
||||
Left = 70
|
||||
Height = 21
|
||||
Left = 80
|
||||
Height = 23
|
||||
Top = 6
|
||||
Width = 154
|
||||
BorderSpacing.Left = 7
|
||||
ItemHeight = 13
|
||||
ItemHeight = 15
|
||||
OnSelect = BuildModeComboBoxSelect
|
||||
Style = csDropDownList
|
||||
TabOrder = 0
|
||||
@ -147,9 +150,9 @@ object IDEOptionsDialog: TIDEOptionsDialog
|
||||
AnchorSideLeft.Side = asrBottom
|
||||
AnchorSideTop.Control = BuildModeComboBox
|
||||
AnchorSideTop.Side = asrCenter
|
||||
Left = 311
|
||||
Left = 326
|
||||
Height = 25
|
||||
Top = 4
|
||||
Top = 5
|
||||
Width = 25
|
||||
BorderSpacing.Left = 15
|
||||
Caption = '...'
|
||||
@ -161,10 +164,10 @@ object IDEOptionsDialog: TIDEOptionsDialog
|
||||
AnchorSideLeft.Side = asrBottom
|
||||
AnchorSideTop.Control = BuildModeComboBox
|
||||
AnchorSideTop.Side = asrCenter
|
||||
Left = 230
|
||||
Height = 17
|
||||
Left = 240
|
||||
Height = 19
|
||||
Top = 8
|
||||
Width = 66
|
||||
Width = 71
|
||||
BorderSpacing.Left = 6
|
||||
Caption = 'In session'
|
||||
OnChange = BuildModeInSessionCheckBoxChange
|
||||
@ -183,11 +186,12 @@ object IDEOptionsDialog: TIDEOptionsDialog
|
||||
Height = 324
|
||||
Top = 40
|
||||
Width = 427
|
||||
HorzScrollBar.Page = 423
|
||||
HorzScrollBar.Page = 427
|
||||
HorzScrollBar.Tracking = True
|
||||
VertScrollBar.Page = 320
|
||||
VertScrollBar.Page = 324
|
||||
VertScrollBar.Tracking = True
|
||||
Anchors = [akTop, akLeft, akRight, akBottom]
|
||||
BorderStyle = bsNone
|
||||
TabOrder = 4
|
||||
end
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user