Restyling of the save to toolpath button

The save to button only shows a short description, not the entire description including device-name.

Contributes to #54
This commit is contained in:
Tamara Hogenhout 2015-06-25 18:38:43 +02:00
parent d13eedee64
commit c6151c2343
3 changed files with 5 additions and 2 deletions

View file

@ -147,7 +147,7 @@ Rectangle {
anchors.horizontalCenter: parent.horizontalCenter
color: UM.Theme.colors.save_button_safe_to_text;
font: UM.Theme.fonts.sidebar_save_to;
text: Printer.outputDevices[base.currentDevice].description;
text: Printer.outputDevices[base.currentDevice].shortDescription;
}
}
}