File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed
Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -190,11 +190,14 @@ Item
190190 settingView .children [4 ].ScrollBar .vertical .rightPadding = UM .Theme .getSize (" narrow_margin" ).width
191191 }
192192
193- var recommendedPrintSetup = printSetupChildren .children [0 ]
194- if (! isLE52)
193+ if (isLE59)
195194 {
196- recommendedPrintSetup .height = undefined
197- recommendedPrintSetup .children [0 ].contentItem .children [0 ].children [9 ].children [0 ].visible = false
195+ var recommendedPrintSetup = printSetupChildren .children [0 ]
196+ if (! isLE52)
197+ {
198+ recommendedPrintSetup .height = undefined
199+ recommendedPrintSetup .children [0 ].contentItem .children [0 ].children [9 ].children [0 ].visible = false
200+ }
198201 }
199202
200203 // tweak header height
222225 }
223226 onTextChanged : function ()
224227 {
225- sidebarToolWindow .toolTipText = tooltip .text
228+ sidebarToolWindow .toolTipText = tooltip .text
226229 }
227230 onTargetChanged : function ()
228231 {
You can’t perform that action at this time.
0 commit comments