mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-01 06:41:06 -07:00
Elide the header's menu buttons so we do not have long names peeking out
This commit is contained in:
parent
1a6b6fad9e
commit
d445bb191e
1 changed files with 2 additions and 0 deletions
|
|
@ -26,6 +26,8 @@ QtObject {
|
|||
color: down ? UM.Theme.colors.text_pressed : control.hovered ? UM.Theme.colors.text_hover : UM.Theme.colors.text;
|
||||
|
||||
text: control.text;
|
||||
|
||||
elide: Text.ElideRight;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue