mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Elide the header's menu buttons so we do not have long names peeking out
This commit is contained in:
parent
1118219f7d
commit
e53e74d093
1 changed files with 1 additions and 0 deletions
|
|
@ -77,6 +77,7 @@ Column {
|
||||||
ToolButton {
|
ToolButton {
|
||||||
id: machineButton;
|
id: machineButton;
|
||||||
text: UM.Application.machineName;
|
text: UM.Application.machineName;
|
||||||
|
tooltip: UM.Application.machineName;
|
||||||
|
|
||||||
style: UM.Theme.styles.sidebar_header_button;
|
style: UM.Theme.styles.sidebar_header_button;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue