We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd11325 commit 43ff1b2Copy full SHA for 43ff1b2
src/kirigami_ui/+windows/main.qml
@@ -637,7 +637,7 @@ Kirigami.ApplicationWindow {
637
}
638
window: root
639
height: 40
640
- width: 120
+ width: 143
641
enabled: !Kirigami.Settings.isMobile && pageStack.globalToolBar.actualStyle !== Kirigami.ApplicationHeaderStyle.None
642
onClicked: {
643
root.pageStack.layers.clear();
src/kirigami_ui/main.qml
@@ -940,7 +940,7 @@ Kirigami.ApplicationWindow {
940
941
942
943
944
visible: root.visibility!==ApplicationWindow.FullScreen
945
946
0 commit comments