bugfix: add missing background color setting for Settings window

Closes: #637, #746, #826, #841, #885
This commit is contained in:
MinnieTheMoocher 2025-07-23 01:41:08 +02:00
parent f157648d1e
commit c200bd2227

View File

@ -29,6 +29,7 @@ Window {
title: qsTr("Settings")
width: 640
height: 640
color: palette.base
property int tabmargins: 15