reduce default padding
This commit is contained in:
parent
8104e3c099
commit
3306bb959c
1 changed files with 2 additions and 2 deletions
|
|
@ -5,12 +5,12 @@ import QtQuick.Controls
|
|||
Pane {
|
||||
id: pane
|
||||
|
||||
padding: 24
|
||||
padding: 8
|
||||
background: Rectangle {
|
||||
color: "transparent"
|
||||
border.width: Styling.theme.border
|
||||
border.color: pane.hovered ? Styling.theme.accent : Styling.theme.basecontent
|
||||
opacity: 0.2
|
||||
opacity: 0.33
|
||||
Behavior on border.color {
|
||||
ColorAnimation {
|
||||
duration: Styling.animations.speed.fast
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue