mirror of https://github.com/KDE/kasts.git
Make chapter dialog larger
This commit is contained in:
parent
19719785d3
commit
16178b6441
|
@ -268,8 +268,8 @@ Rectangle {
|
||||||
|
|
||||||
Kirigami.Dialog {
|
Kirigami.Dialog {
|
||||||
id: chapterOverlay
|
id: chapterOverlay
|
||||||
preferredWidth: Kirigami.Units.gridUnit * 20
|
preferredWidth: Kirigami.Units.gridUnit * 25
|
||||||
preferredHeight: Kirigami.Units.gridUnit * 16
|
preferredHeight: Kirigami.Units.gridUnit * 20
|
||||||
|
|
||||||
showCloseButton: true
|
showCloseButton: true
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue