mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 15:03:09 +00:00
tests: Fix themes
This commit is contained in:
parent
a911361ef6
commit
04ea2c4453
1 changed files with 3 additions and 1 deletions
|
|
@ -43,7 +43,9 @@ ApplicationWindow {
|
||||||
|
|
||||||
height: Kirigami.Units.gridUnit * 1.25
|
height: Kirigami.Units.gridUnit * 1.25
|
||||||
|
|
||||||
colorGroup: Kirigami.Theme.ComplementaryColorGroup
|
Kirigami.Theme.inherit: false
|
||||||
|
Kirigami.Theme.colorSet: Kirigami.Theme.Complementary
|
||||||
|
|
||||||
backgroundColor: "transparent"
|
backgroundColor: "transparent"
|
||||||
|
|
||||||
showSecondRow: false
|
showSecondRow: false
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue