reduce default padding

This commit is contained in:
Benjamin Palko 2025-09-11 17:08:21 -04:00
parent 8104e3c099
commit 3306bb959c

View file

@ -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