1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-28 07:22:50 -05:00

sizing changes

This commit is contained in:
bbedward
2025-07-22 23:35:48 -04:00
parent 54a7281fa3
commit 9c8c25711c
8 changed files with 56 additions and 70 deletions

View File

@@ -38,7 +38,7 @@ DankModal {
// DankModal configuration
visible: powerConfirmVisible
width: 350
height: 200
height: 160
keyboardFocus: "ondemand"
enableShadow: false
onBackgroundClicked: {
@@ -62,8 +62,8 @@ DankModal {
Column {
anchors.centerIn: parent
width: parent.width - Theme.spacingL * 2
spacing: Theme.spacingL
width: parent.width - Theme.spacingM * 2
spacing: Theme.spacingM
// Title
Text {
@@ -95,7 +95,7 @@ DankModal {
}
Item {
height: Theme.spacingL
height: Theme.spacingS
}
// Buttons