Merge branch 'win-fix' into 'master'

Win fix

See merge request b0/spectral!27
square-messages
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
color: MSettings.darkTheme ? "#303030" : "#fafafa"
layer.enabled: true
layer.effect: ElevationEffect {
elevation: searchField.focus ? 2 : 1
}
// layer.enabled: true
// layer.effect: ElevationEffect {
// elevation: searchField.focus ? 2 : 1
// }
RowLayout {
anchors.fill: parent