Skip to content

Commit 172d783

Browse files
committed
Extend scrollbar to the far right of the window
Fixes #36
1 parent 01680b2 commit 172d783

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

resources/qml/SidebarStageMenu.qml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,10 @@ Item
171171
customPrintSetup.children[1].visible = false // extruder tabs
172172
customPrintSetup.children[0].visible = false // profile selector
173173
customPrintSetup.children[0].height = 0
174-
customPrintSetup.children[2].anchors.rightMargin = 0
174+
customPrintSetup.children[2].anchors.rightMargin = -UM.Theme.getSize("narrow_margin").width
175+
176+
var settingView = customPrintSetup.children[2].children[0]
177+
settingView.children[4].ScrollBar.vertical.rightPadding = UM.Theme.getSize("narrow_margin").width
175178

176179
var recommendedPrintSetup = printSetupChildren.children[0]
177180
if(!isLE52)

0 commit comments

Comments
 (0)