Fix width of troubleshooting guide link in Simple mode sidebar

This commit is contained in:
fieldOfView 2016-04-14 11:56:36 +02:00
parent 5c723cc9d6
commit 2afea115da

View File

@ -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 <a href='%1'>Ultimaker Troubleshooting Guides</a>").arg("https://ultimaker.com/en/troubleshooting");