Skip to content

Commit fe568b9

Browse files
committed
Increase width of language selection overlay
1 parent 487f07e commit fe568b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/kirigami_ui/LanguageSettingsOverlay.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Kirigami.OverlaySheet {
3434
level: 1
3535
}
3636
z: 1
37-
width: root.minimumWidth - 10
37+
width: root.minimumWidth
3838

3939
onOpened: {
4040
cursorAutoHide.reset();

0 commit comments

Comments
 (0)