reduce default padding

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

View file

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