Skip to content

Commit 43ff1b2

Browse files
committed
Fix title window WindowDragger not wide enough for KF6 title
1 parent dd11325 commit 43ff1b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/kirigami_ui/+windows/main.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -637,7 +637,7 @@ Kirigami.ApplicationWindow {
637637
}
638638
window: root
639639
height: 40
640-
width: 120
640+
width: 143
641641
enabled: !Kirigami.Settings.isMobile && pageStack.globalToolBar.actualStyle !== Kirigami.ApplicationHeaderStyle.None
642642
onClicked: {
643643
root.pageStack.layers.clear();

src/kirigami_ui/main.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -940,7 +940,7 @@ Kirigami.ApplicationWindow {
940940
}
941941
window: root
942942
height: 40
943-
width: 120
943+
width: 143
944944
visible: root.visibility!==ApplicationWindow.FullScreen
945945
enabled: !Kirigami.Settings.isMobile && pageStack.globalToolBar.actualStyle !== Kirigami.ApplicationHeaderStyle.None
946946
onClicked: {

0 commit comments

Comments
 (0)