mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-06 22:26:29 +02:00
IDEIntf/ImageListEditor: Fix incorrect anchoring of label "Transparent color" causing overlap at high-dpi.
This commit is contained in:
parent
e96c416a83
commit
bf20e4eee5
@ -14,7 +14,7 @@ object ImageListEditorDlg: TImageListEditorDlg
|
||||
OnResize = FormResize
|
||||
OnShow = FormShow
|
||||
Position = poScreenCenter
|
||||
LCLVersion = '2.1.0.0'
|
||||
LCLVersion = '2.2.0.2'
|
||||
object GroupBoxR: TGroupBox
|
||||
AnchorSideLeft.Control = GroupBoxL
|
||||
AnchorSideLeft.Side = asrBottom
|
||||
@ -37,13 +37,11 @@ object ImageListEditorDlg: TImageListEditorDlg
|
||||
AnchorSideLeft.Side = asrBottom
|
||||
AnchorSideTop.Control = RadioGroup
|
||||
Left = 93
|
||||
Height = 24
|
||||
Height = 15
|
||||
Top = 304
|
||||
Width = 97
|
||||
Anchors = [akTop, akLeft, akBottom]
|
||||
Width = 96
|
||||
BorderSpacing.Left = 6
|
||||
Caption = 'Transparent Color:'
|
||||
ParentColor = False
|
||||
end
|
||||
object Preview: TScrollBox
|
||||
AnchorSideLeft.Control = GroupBoxR
|
||||
@ -110,7 +108,7 @@ object ImageListEditorDlg: TImageListEditorDlg
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 93
|
||||
Height = 22
|
||||
Top = 332
|
||||
Top = 323
|
||||
Width = 96
|
||||
Selected = clFuchsia
|
||||
Style = [cbStandardColors, cbExtendedColors, cbIncludeDefault, cbCustomColor, cbPrettyNames]
|
||||
@ -407,19 +405,19 @@ object ImageListEditorDlg: TImageListEditorDlg
|
||||
ShowBevel = False
|
||||
end
|
||||
object ImageList: TImageList
|
||||
left = 84
|
||||
top = 211
|
||||
Left = 84
|
||||
Top = 211
|
||||
end
|
||||
object OpenDialog: TOpenPictureDialog
|
||||
FilterIndex = 0
|
||||
Options = [ofAllowMultiSelect, ofFileMustExist, ofEnableSizing, ofViewDetail, ofAutoPreview]
|
||||
left = 84
|
||||
top = 103
|
||||
Left = 84
|
||||
Top = 103
|
||||
end
|
||||
object SaveDialog: TSavePictureDialog
|
||||
FilterIndex = 0
|
||||
Options = [ofEnableSizing, ofViewDetail, ofAutoPreview]
|
||||
left = 84
|
||||
top = 159
|
||||
Left = 84
|
||||
Top = 159
|
||||
end
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user