Make theme file closer to what it was in 0.4.3

This commit is contained in:
miruka
2020-05-13 08:24:53 -04:00
parent c1dd06559c
commit bd3c78a73a
9 changed files with 54 additions and 50 deletions

View File

@@ -50,7 +50,7 @@ Rectangle {
saveName: "roomFilterField"
placeholderText: qsTr("Filter rooms")
backgroundColor: theme.accountView.bottomBar.filterFieldBackground
backgroundColor: theme.mainPane.bottomBar.filterFieldBackground
bordered: false
opacity: width >= 16 * theme.uiScale ? 1 : 0