File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -171,10 +171,16 @@ 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 = - UM .Theme .getSize (" narrow_margin" ).width
175174
176175 var settingView = customPrintSetup .children [2 ].children [0 ]
177- settingView .children [4 ].ScrollBar .vertical .rightPadding = UM .Theme .getSize (" narrow_margin" ).width
176+ if (isLE413)
177+ {
178+ customPrintSetup .children [2 ].anchors .rightMargin = 0
179+ } else {
180+ // extend scrollbar to the window right edge
181+ customPrintSetup .children [2 ].anchors .rightMargin = - UM .Theme .getSize (" narrow_margin" ).width
182+ settingView .children [4 ].ScrollBar .vertical .rightPadding = UM .Theme .getSize (" narrow_margin" ).width
183+ }
178184
179185 var recommendedPrintSetup = printSetupChildren .children [0 ]
180186 if (! isLE52)
You can’t perform that action at this time.
0 commit comments