1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2025-12-06 21:45:38 -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

@@ -21,8 +21,8 @@ DankModal {
// DankModal configuration
visible: settingsVisible
width: 700
height: 600
width: 650
height: 750
keyboardFocus: "ondemand"
enableShadow: true
@@ -33,8 +33,8 @@ DankModal {
content: Component {
Column {
anchors.fill: parent
anchors.margins: Theme.spacingL
spacing: Theme.spacingL
anchors.margins: Theme.spacingM
spacing: Theme.spacingS
// Header
Row {