remove padding and increase window size

This commit is contained in:
Benjamin Palko 2025-09-17 12:00:25 -04:00
parent 5e82fd906d
commit 0a445eaa08

View file

@ -12,9 +12,8 @@ StyledPanelWindow {
name: "configuration"
visible: Visibility.configuration
implicitWidth: 800
implicitHeight: 400
padding: 8
implicitWidth: 1000
implicitHeight: 600
background.color: Styling.theme.base200
onFocusedChanged: {