Fix MenuBar transparency issue, change settings window color to respect desktop theme

This commit is contained in:
syddel
2017-11-01 10:37:15 +00:00
parent b9d027291e
commit 7fa6d85845
4 changed files with 398 additions and 2 deletions
+3
View File
@@ -31,6 +31,9 @@ Window{
modality: Qt.ApplicationModal
title: qsTr("Save new profile")
SystemPalette { id: myPalette; colorGroup: SystemPalette.Active }
color: myPalette.window
property alias profileName: namefield.text
signal nameSelected(string name)