Make chapter dialog larger

This commit is contained in:
Bart De Vries 2022-12-13 13:04:51 +01:00
parent 19719785d3
commit 16178b6441
1 changed files with 2 additions and 2 deletions

View File

@ -268,8 +268,8 @@ Rectangle {
Kirigami.Dialog {
id: chapterOverlay
preferredWidth: Kirigami.Units.gridUnit * 20
preferredHeight: Kirigami.Units.gridUnit * 16
preferredWidth: Kirigami.Units.gridUnit * 25
preferredHeight: Kirigami.Units.gridUnit * 20
showCloseButton: true