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:05:39 +02:00
parent 6a29f96cec
commit 5ad938c07a

View File

@ -37,10 +37,9 @@ object ImageListEditorDlg: TImageListEditorDlg
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = RadioGroup
Left = 93
Height = 24
Height = 15
Top = 304
Width = 96
Anchors = [akTop, akLeft, akBottom]
BorderSpacing.Left = 6
Caption = 'Transparent Color:'
end
@ -109,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]