IDEIntf/ImageListEditor: Fix incorrect anchoring of label "Transparent color" causing overlap at high-dpi.

This commit is contained in:
wp_xyz 2021-09-22 22:22:10 +02:00
parent e96c416a83
commit bf20e4eee5

View File

@ -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