From 86e5a1ed974b3e18dffd7fb5745d7afe96021705 Mon Sep 17 00:00:00 2001 From: ChrisTerBeke Date: Mon, 18 Sep 2017 09:39:08 +0200 Subject: [PATCH] CURA-4182 tweak slider height to fix text cut off --- resources/qml/SidebarSimple.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/qml/SidebarSimple.qml b/resources/qml/SidebarSimple.qml index 20a00bca96..728501e5ef 100644 --- a/resources/qml/SidebarSimple.qml +++ b/resources/qml/SidebarSimple.qml @@ -96,7 +96,7 @@ Item anchors.right: infillCellRight.right width: UM.Theme.getSize("sidebar").width * .55 - height: UM.Theme.getSize("quality_slider_bar").height * 20 + height: UM.Theme.getSize("quality_slider_bar").height * 25 property var model: Cura.ProfilesModel