mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-09 15:56:07 +02:00
Editor-Color-Opts: restored anchors, lost on last commit
git-svn-id: trunk@27697 -
This commit is contained in:
parent
0c0623e7aa
commit
5aa68abc82
@ -438,7 +438,7 @@ inherited EditorColorOptionsFrame: TEditorColorOptionsFrame
|
||||
AnchorSideLeft.Control = FrameEdgesBox
|
||||
AnchorSideLeft.Side = asrBottom
|
||||
AnchorSideTop.Control = FrameEdgesBox
|
||||
Left = -10115
|
||||
Left = 307
|
||||
Height = 21
|
||||
Top = 119
|
||||
Width = 97
|
||||
@ -459,9 +459,10 @@ inherited EditorColorOptionsFrame: TEditorColorOptionsFrame
|
||||
Text = 'slsSolid'
|
||||
end
|
||||
object FrameEdgesBox: TComboBox
|
||||
AnchorSideLeft.Control = FrameColorBox
|
||||
AnchorSideTop.Control = FrameColorBox
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = -10218
|
||||
Left = 204
|
||||
Height = 21
|
||||
Top = 119
|
||||
Width = 97
|
||||
@ -1315,6 +1316,7 @@ inherited EditorColorOptionsFrame: TEditorColorOptionsFrame
|
||||
end
|
||||
end
|
||||
object ExportSaveDialog: TSaveDialog[4]
|
||||
Title = 'Save file as'
|
||||
DefaultExt = '.xml'
|
||||
Filter = 'xml|*.xml'
|
||||
Options = [ofOverwritePrompt, ofPathMustExist, ofEnableSizing, ofViewDetail]
|
||||
|
Loading…
Reference in New Issue
Block a user