diff --git a/src/controls/GlobalDrawer.qml b/src/controls/GlobalDrawer.qml --- a/src/controls/GlobalDrawer.qml +++ b/src/controls/GlobalDrawer.qml @@ -252,12 +252,11 @@ } Heading { id: heading + Layout.fillWidth: true + Layout.rightMargin: heading.height level: 1 color: bannerImageSource != "" ? "white" : Theme.textColor - } - Item { - height: 1 - Layout.minimumWidth: heading.height + elide: Text.ElideRight } } }