mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2025-12-06 21:45:38 -05:00
sizing changes
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user