mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 01:49:25 +02:00
IDE: Improve CompilerOtherOptions frame layout. Issue #32272, patch from AlexeyT.
git-svn-id: trunk@55710 -
This commit is contained in:
parent
938d485a23
commit
ffa9234eee
@ -15,13 +15,13 @@ object CompilerOtherOptionsFrame: TCompilerOtherOptionsFrame
|
||||
Width = 521
|
||||
Align = alBottom
|
||||
Caption = 'grpConditionals'
|
||||
ClientHeight = 174
|
||||
ClientHeight = 175
|
||||
ClientWidth = 517
|
||||
TabOrder = 0
|
||||
inline CondSynEdit: TSynEdit
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 0
|
||||
Height = 151
|
||||
Height = 154
|
||||
Top = 0
|
||||
Width = 517
|
||||
Align = alClient
|
||||
@ -651,8 +651,8 @@ object CompilerOtherOptionsFrame: TCompilerOtherOptionsFrame
|
||||
end
|
||||
object CondStatusbar: TStatusBar
|
||||
Left = 0
|
||||
Height = 23
|
||||
Top = 151
|
||||
Height = 21
|
||||
Top = 154
|
||||
Width = 517
|
||||
Panels = <
|
||||
item
|
||||
@ -683,7 +683,7 @@ object CompilerOtherOptionsFrame: TCompilerOtherOptionsFrame
|
||||
Width = 521
|
||||
Align = alClient
|
||||
Caption = 'grpCustomOptions'
|
||||
ClientHeight = 188
|
||||
ClientHeight = 189
|
||||
ClientWidth = 517
|
||||
TabOrder = 2
|
||||
object memoCustomOptions: TMemo
|
||||
@ -692,9 +692,9 @@ object CompilerOtherOptionsFrame: TCompilerOtherOptionsFrame
|
||||
AnchorSideBottom.Control = grpCustomOptions
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 0
|
||||
Height = 184
|
||||
Height = 185
|
||||
Top = 4
|
||||
Width = 362
|
||||
Width = 355
|
||||
Anchors = [akTop, akLeft, akRight, akBottom]
|
||||
BorderSpacing.Right = 6
|
||||
OnChange = memoCustomOptionsChange
|
||||
@ -708,11 +708,12 @@ object CompilerOtherOptionsFrame: TCompilerOtherOptionsFrame
|
||||
AnchorSideLeft.Control = btnDefines
|
||||
AnchorSideRight.Control = btnDefines
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 368
|
||||
Height = 22
|
||||
Left = 361
|
||||
Height = 29
|
||||
Top = 4
|
||||
Width = 149
|
||||
Width = 150
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
AutoSize = True
|
||||
Caption = 'All options ...'
|
||||
OnClick = btnAllOptionsClick
|
||||
ParentShowHint = False
|
||||
@ -723,14 +724,18 @@ object CompilerOtherOptionsFrame: TCompilerOtherOptionsFrame
|
||||
AnchorSideLeft.Control = btnAllOptions
|
||||
AnchorSideTop.Control = btnAllOptions
|
||||
AnchorSideTop.Side = asrBottom
|
||||
AnchorSideRight.Control = grpCustomOptions
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 368
|
||||
Height = 22
|
||||
Top = 32
|
||||
Width = 149
|
||||
Left = 361
|
||||
Height = 29
|
||||
Top = 39
|
||||
Width = 150
|
||||
Anchors = [akTop, akRight]
|
||||
AutoSize = True
|
||||
BorderSpacing.Top = 6
|
||||
BorderSpacing.Right = 6
|
||||
Caption = 'Defines ...'
|
||||
Constraints.MinWidth = 150
|
||||
OnClick = btnDefinesClick
|
||||
ParentShowHint = False
|
||||
ShowHint = True
|
||||
@ -742,12 +747,13 @@ object CompilerOtherOptionsFrame: TCompilerOtherOptionsFrame
|
||||
AnchorSideTop.Side = asrBottom
|
||||
AnchorSideRight.Control = btnDefines
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 368
|
||||
Height = 22
|
||||
Top = 67
|
||||
Width = 149
|
||||
Left = 361
|
||||
Height = 29
|
||||
Top = 83
|
||||
Width = 150
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.Top = 13
|
||||
AutoSize = True
|
||||
BorderSpacing.Top = 15
|
||||
Caption = 'Add -FcUTF8'
|
||||
OnClick = btnFcUTF8Click
|
||||
ParentShowHint = False
|
||||
|
Loading…
Reference in New Issue
Block a user