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
|
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"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue