Skip to content

Commit 9ca92a3

Browse files
committed
Fix main window background color
1 parent 1b0263f commit 9ca92a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/qml/main.qml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ApplicationWindow {
1616
minimumHeight: menuBar.height + layout.implicitHeight + layout.anchors.margins * 2
1717
visible: true
1818
title: Qt.application.displayName
19-
color: Material.background
19+
color: ThemeEngine.bgColor
2020
Material.accent: ThemeEngine.accentColor
2121
Material.theme: ThemeEngine.theme == ThemeEngine.DarkTheme ? Material.Dark : Material.Light
2222
onActiveFocusItemChanged: UiEngine.activeFocusItem = activeFocusItem

0 commit comments

Comments
 (0)