QmlDesigner: Fix alignment in EffectsSection

Change-Id: I55fb53233c1993e1897c010d37fad4bf0c12d326
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
Henning Gruendl
2024-04-26 12:33:25 +02:00
committed by Henning Gründl
parent ccf0a68c42
commit 7df037cba3

View File

@@ -50,6 +50,8 @@ Section {
} }
SectionLayout { SectionLayout {
x: StudioTheme.Values.sectionLeftPadding
PropertyLabel {} PropertyLabel {}
SecondColumnLayout { SecondColumnLayout {
@@ -483,6 +485,7 @@ Section {
} }
SectionLayout { SectionLayout {
x: StudioTheme.Values.sectionLeftPadding
visible: root.hasDesignerEffect visible: root.hasDesignerEffect
PropertyLabel {} PropertyLabel {}
@@ -504,6 +507,8 @@ Section {
root.invalidate() root.invalidate()
} }
} }
ExpandingSpacer {}
} }
} }
} }