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"
|
||||
|
||||
visible: Visibility.configuration
|
||||
implicitWidth: 800
|
||||
implicitHeight: 400
|
||||
padding: 8
|
||||
implicitWidth: 1000
|
||||
implicitHeight: 600
|
||||
background.color: Styling.theme.base200
|
||||
|
||||
onFocusedChanged: {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue