From 2afea115dae9864eb890945a48321db778a84121 Mon Sep 17 00:00:00 2001 From: fieldOfView Date: Thu, 14 Apr 2016 11:56:36 +0200 Subject: [PATCH] Fix width of troubleshooting guide link in Simple mode sidebar --- resources/qml/SidebarSimple.qml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/resources/qml/SidebarSimple.qml b/resources/qml/SidebarSimple.qml index e1d3241d3d..c3d2db9f3d 100644 --- a/resources/qml/SidebarSimple.qml +++ b/resources/qml/SidebarSimple.qml @@ -280,7 +280,8 @@ Item Label{ anchors.left: parent.left anchors.leftMargin: UM.Theme.getSize("default_margin").width - width: parent.width + anchors.right: parent.right + anchors.rightMargin: UM.Theme.getSize("default_margin").width wrapMode: Text.WordWrap //: Tips label text: catalog.i18nc("@label","Need help improving your prints? Read the Ultimaker Troubleshooting Guides").arg("https://ultimaker.com/en/troubleshooting");