Add green background

This commit is contained in:
ItsDrike 2024-12-03 20:19:13 +01:00
parent f7d29ed4dc
commit 4ea9a04836
Signed by: ItsDrike
GPG key ID: FA2745890B7048C0

View file

@ -8,6 +8,7 @@ ApplicationWindow {
height: 650 height: 650
visible: true visible: true
title: qsTr("Solitare") title: qsTr("Solitare")
color: "green"
ScoreBar { ScoreBar {
id: scoreBar id: scoreBar