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

@@ -7,7 +7,7 @@ import "../Base"
Rectangle {
clip: true
implicitHeight: theme.baseElementsHeight
color: theme.mainPaneTopBar.background
color: theme.mainPane.topBar.background
HRowLayout {
anchors.fill: parent
@@ -27,7 +27,7 @@ Rectangle {
text: qsTr("%1 %2")
.arg(Qt.application.displayName).arg(Qt.application.version)
label.color: theme.mainPaneTopBar.nameVersionLabel
label.color: theme.mainPane.topBar.nameVersionLabel
toolTip.text: qsTr("Open project repository")
onClicked: