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 1118219f7d
commit e53e74d093

View file

@ -77,6 +77,7 @@ Column {
ToolButton {
id: machineButton;
text: UM.Application.machineName;
tooltip: UM.Application.machineName;
style: UM.Theme.styles.sidebar_header_button;