fixed the display of server name on the home page

This commit is contained in:
vladimir.kuznetsov 2024-04-03 13:02:31 +05:00
parent a6ca1b12da
commit 51f9fb9e0a

View file

@ -170,7 +170,7 @@ PageType {
Header1TextType {
id: collapsedButtonHeader
Layout.maximumWidth: drawer.isCollapsed ? drawer.width - 48 - 18 - 12 : drawer.width// todo
Layout.maximumWidth: drawer.width - 48 - 18 - 12
maximumLineCount: 2
elide: Qt.ElideRight