mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 04:09:20 +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
|
||||
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]
|
||||
|
Loading…
Reference in New Issue
Block a user