Skip to content

Commit 5779b3e

Browse files
committed
Fix extruder tab bar height on windows with high dpi
1 parent cf77054 commit 5779b3e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

resources/qml/TabRow.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ TabBar
1616
id: base
1717

1818
width: parent.width
19-
height: visible ? 40 * screenScaleFactor : 0
19+
height: visible ? 4 * UM.Theme.getSize("default_margin").height : 0
2020

2121
spacing: UM.Theme.getSize("narrow_margin").width //Space between the tabs.
2222

0 commit comments

Comments
 (0)