Merge branch 'win-fix' into 'master'

Win fix

See merge request b0/spectral!27
This commit is contained in:
Black Hat 2018-10-22 04:53:09 +00:00
commit b8702166e9
1 changed files with 4 additions and 4 deletions

View File

@ -43,10 +43,10 @@ Rectangle {
Layout.margins: 12 Layout.margins: 12
color: MSettings.darkTheme ? "#303030" : "#fafafa" color: MSettings.darkTheme ? "#303030" : "#fafafa"
layer.enabled: true // layer.enabled: true
layer.effect: ElevationEffect { // layer.effect: ElevationEffect {
elevation: searchField.focus ? 2 : 1 // elevation: searchField.focus ? 2 : 1
} // }
RowLayout { RowLayout {
anchors.fill: parent anchors.fill: parent