styled wrapper rectangle
This commit is contained in:
parent
ce3ec5d37b
commit
c277bc6938
8 changed files with 23 additions and 40 deletions
|
|
@ -1,22 +1,18 @@
|
|||
pragma ComponentBehavior: Bound
|
||||
|
||||
import qs.components
|
||||
import qs.config
|
||||
import qs.constants
|
||||
import qs.services
|
||||
import qs.widgets
|
||||
import QtQuick
|
||||
import QtQuick.Layouts
|
||||
import Quickshell.Widgets
|
||||
|
||||
StyledDrawer {
|
||||
id: root
|
||||
|
||||
visible: Visibility.dashboard
|
||||
|
||||
WrapperRectangle {
|
||||
color: Theme.palette.base200
|
||||
radius: 8
|
||||
StyledWrapperRectangle {
|
||||
margin: 32
|
||||
ColumnLayout {
|
||||
spacing: 8
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue