From e53e74d093f1d8dd7f1ac85c58d518871a8e780d Mon Sep 17 00:00:00 2001 From: Arjen Hiemstra Date: Fri, 17 Apr 2015 11:23:45 +0200 Subject: [PATCH] Elide the header's menu buttons so we do not have long names peeking out --- qml/SidebarHeader.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/qml/SidebarHeader.qml b/qml/SidebarHeader.qml index 3ca6d8ed94..903f451403 100644 --- a/qml/SidebarHeader.qml +++ b/qml/SidebarHeader.qml @@ -77,6 +77,7 @@ Column { ToolButton { id: machineButton; text: UM.Application.machineName; + tooltip: UM.Application.machineName; style: UM.Theme.styles.sidebar_header_button;