fix: misc fixes
This commit is contained in:
parent
c60c45b32e
commit
1b2b6def73
11 changed files with 31 additions and 526 deletions
|
|
@ -9,6 +9,7 @@ Rectangle {
|
|||
Layout.fillWidth: true
|
||||
Layout.preferredHeight: 340
|
||||
color: Theme.surface
|
||||
Layout.topMargin: 12
|
||||
radius: 18
|
||||
border.color: "transparent"
|
||||
border.width: 0
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ PanelWindow {
|
|||
anchors.top: true
|
||||
anchors.right: true
|
||||
margins.right: 0
|
||||
margins.top: -24
|
||||
margins.top: 0
|
||||
//z: 100
|
||||
//border.color: Theme.outline
|
||||
//border.width: 1
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@ Rectangle {
|
|||
id: wallpaperSettingsCard
|
||||
Layout.fillWidth: true
|
||||
Layout.preferredHeight: 680
|
||||
Layout.topMargin: 12
|
||||
color: Theme.surface
|
||||
radius: 18
|
||||
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@ Rectangle {
|
|||
id: weatherSettingsCard
|
||||
Layout.fillWidth: true
|
||||
Layout.preferredHeight: 180
|
||||
Layout.topMargin: 12
|
||||
color: Theme.surface
|
||||
radius: 18
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue