mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 20:39:14 +02:00
IDEIntf/ImageListEditor: Fix incorrect anchoring of label "Transparent color" causing overlap at high-dpi.
This commit is contained in:
parent
6a29f96cec
commit
5ad938c07a
@ -37,10 +37,9 @@ object ImageListEditorDlg: TImageListEditorDlg
|
|||||||
AnchorSideLeft.Side = asrBottom
|
AnchorSideLeft.Side = asrBottom
|
||||||
AnchorSideTop.Control = RadioGroup
|
AnchorSideTop.Control = RadioGroup
|
||||||
Left = 93
|
Left = 93
|
||||||
Height = 24
|
Height = 15
|
||||||
Top = 304
|
Top = 304
|
||||||
Width = 96
|
Width = 96
|
||||||
Anchors = [akTop, akLeft, akBottom]
|
|
||||||
BorderSpacing.Left = 6
|
BorderSpacing.Left = 6
|
||||||
Caption = 'Transparent Color:'
|
Caption = 'Transparent Color:'
|
||||||
end
|
end
|
||||||
@ -109,7 +108,7 @@ object ImageListEditorDlg: TImageListEditorDlg
|
|||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 93
|
Left = 93
|
||||||
Height = 22
|
Height = 22
|
||||||
Top = 332
|
Top = 323
|
||||||
Width = 96
|
Width = 96
|
||||||
Selected = clFuchsia
|
Selected = clFuchsia
|
||||||
Style = [cbStandardColors, cbExtendedColors, cbIncludeDefault, cbCustomColor, cbPrettyNames]
|
Style = [cbStandardColors, cbExtendedColors, cbIncludeDefault, cbCustomColor, cbPrettyNames]
|
||||||
|
Loading…
Reference in New Issue
Block a user