storybook title
This commit is contained in:
parent
2020c102f3
commit
e950be7156
1 changed files with 8 additions and 6 deletions
|
|
@ -26,12 +26,7 @@ StyledWindow {
|
|||
id: rect
|
||||
|
||||
color: Theme.palette.base300
|
||||
implicitWidth: 800
|
||||
implicitHeight: 1200
|
||||
leftMargin: 48
|
||||
rightMargin: 48
|
||||
topMargin: 24
|
||||
bottomMargin: 24
|
||||
margin: 48
|
||||
radius: 8
|
||||
|
||||
HyprlandFocusGrab {
|
||||
|
|
@ -46,6 +41,13 @@ StyledWindow {
|
|||
|
||||
spacing: 12
|
||||
|
||||
StyledText {
|
||||
Layout.alignment: Qt.AlignHCenter
|
||||
text: "Components"
|
||||
font.pixelSize: 24
|
||||
bottomPadding: 24
|
||||
}
|
||||
|
||||
ColumnLayout {
|
||||
StyledText {
|
||||
text: "Switch"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue