Fix pages overlapping miniplayer in mobile view with qqc2-breeze-style

This commit is contained in:
Bart De Vries 2022-09-06 21:48:19 +02:00
parent 46e7a718f8
commit cbd57a6ef8
1 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,8 @@ Kirigami.ApplicationWindow {
id: root
title: "Kasts"
pageStack.clip: true
minimumWidth: Kirigami.Units.gridUnit * 17
minimumHeight: Kirigami.Units.gridUnit * 12