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 {
|
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
|
||||||
border.color: pane.hovered ? Styling.theme.accent : Styling.theme.basecontent
|
border.color: pane.hovered ? Styling.theme.accent : Styling.theme.basecontent
|
||||||
opacity: 0.2
|
opacity: 0.33
|
||||||
Behavior on border.color {
|
Behavior on border.color {
|
||||||
ColorAnimation {
|
ColorAnimation {
|
||||||
duration: Styling.animations.speed.fast
|
duration: Styling.animations.speed.fast
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue