Elide the header's menu buttons so we do not have long names peeking out

This commit is contained in:
Arjen Hiemstra 2015-04-17 11:23:45 +02:00
parent 1a6b6fad9e
commit d445bb191e

View File

@ -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;
} }
} }
} }