From 3c526d94efb14909507509e58585c78579264488 Mon Sep 17 00:00:00 2001 From: RadRussianRus Date: Sat, 28 May 2022 18:35:33 +0300 Subject: [PATCH] Fix background in settings window --- app/qml/SettingsWindow.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/qml/SettingsWindow.qml b/app/qml/SettingsWindow.qml index 435516b..fc874da 100644 --- a/app/qml/SettingsWindow.qml +++ b/app/qml/SettingsWindow.qml @@ -30,6 +30,7 @@ Window { width: 640 height: 640 + color: palette.window property int tabmargins: 15 Item {