remove padding and increase window size
This commit is contained in:
parent
5e82fd906d
commit
0a445eaa08
1 changed files with 2 additions and 3 deletions
|
|
@ -12,9 +12,8 @@ StyledPanelWindow {
|
||||||
name: "configuration"
|
name: "configuration"
|
||||||
|
|
||||||
visible: Visibility.configuration
|
visible: Visibility.configuration
|
||||||
implicitWidth: 800
|
implicitWidth: 1000
|
||||||
implicitHeight: 400
|
implicitHeight: 600
|
||||||
padding: 8
|
|
||||||
background.color: Styling.theme.base200
|
background.color: Styling.theme.base200
|
||||||
|
|
||||||
onFocusedChanged: {
|
onFocusedChanged: {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue