Skip to content

Commit fe78ae7

Browse files
paulobertdewey-rpi
authored andcommitted
fix(IfAndFeaturesStep): Layout improvements
Signed-off-by: paul.oberosler <[email protected]>
1 parent ee072a2 commit fe78ae7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/wizard/IfAndFeaturesCustomizationStep.qml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ WizardStepBase {
4141
anchors.fill: parent
4242
clip: true
4343
ScrollBar.vertical.policy: ScrollBar.AsNeeded
44+
rightPadding: 20
4445
ColumnLayout {
4546
id: scrollContent
4647
width: ifAndFeatScroll.availableWidth
@@ -139,7 +140,7 @@ WizardStepBase {
139140
checked: false
140141
}
141142

142-
Item { Layout.fillWidth: true }
143+
Item { Layout.fillWidth: true; height: 40 }
143144
}
144145
}
145146
}

0 commit comments

Comments
 (0)