Fix dark theme.

How did that even break?
This commit is contained in:
Black Hat
2018-09-20 16:58:28 +08:00
parent 4541e3d1e0
commit 144660e5b5
2 changed files with 2 additions and 1 deletions

View File

@@ -61,7 +61,7 @@ ApplicationWindow {
id: errorDialog
title: error + " Error"
contentItem: Label { text: errorDialog.detail }
contentItem: Label { text: errorDialog.detail }
}
Component {