storybook title

This commit is contained in:
Benjamin Palko 2025-08-27 12:50:24 -04:00
parent 2020c102f3
commit e950be7156

View file

@ -26,12 +26,7 @@ StyledWindow {
id: rect id: rect
color: Theme.palette.base300 color: Theme.palette.base300
implicitWidth: 800 margin: 48
implicitHeight: 1200
leftMargin: 48
rightMargin: 48
topMargin: 24
bottomMargin: 24
radius: 8 radius: 8
HyprlandFocusGrab { HyprlandFocusGrab {
@ -46,6 +41,13 @@ StyledWindow {
spacing: 12 spacing: 12
StyledText {
Layout.alignment: Qt.AlignHCenter
text: "Components"
font.pixelSize: 24
bottomPadding: 24
}
ColumnLayout { ColumnLayout {
StyledText { StyledText {
text: "Switch" text: "Switch"