reduce default padding
This commit is contained in:
parent
8104e3c099
commit
d9bb01c6e8
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ import QtQuick.Controls
|
||||||
Pane {
|
Pane {
|
||||||
id: pane
|
id: pane
|
||||||
|
|
||||||
padding: 24
|
padding: 8
|
||||||
background: Rectangle {
|
background: Rectangle {
|
||||||
color: "transparent"
|
color: "transparent"
|
||||||
border.width: Styling.theme.border
|
border.width: Styling.theme.border
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue