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");