mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
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:
parent
d13eedee64
commit
c6151c2343
3 changed files with 5 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue