Lower opacity for boxes in HStyle

This commit is contained in:
miruka 2019-04-28 15:38:08 -04:00
parent ef60a1129f
commit 70ca608961

View File

@ -102,7 +102,7 @@ QtObject {
} }
readonly property QtObject box: QtObject { readonly property QtObject box: QtObject {
property color background: colors.background1 property color background: colors.background0
property int radius: style.radius property int radius: style.radius
} }