mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 16:05:56 +08: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
@ -26,6 +26,8 @@ QtObject {
|
|||||||
color: down ? UM.Theme.colors.text_pressed : control.hovered ? UM.Theme.colors.text_hover : UM.Theme.colors.text;
|
color: down ? UM.Theme.colors.text_pressed : control.hovered ? UM.Theme.colors.text_hover : UM.Theme.colors.text;
|
||||||
|
|
||||||
text: control.text;
|
text: control.text;
|
||||||
|
|
||||||
|
elide: Text.ElideRight;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user