Increase image viewer bar opacity

Make it easier to read on bright images
This commit is contained in:
miruka 2020-07-22 01:22:23 -04:00
parent d00b29f076
commit aba29a198d

View File

@ -16,7 +16,7 @@ Rectangle {
implicitHeight: Math.max(theme.baseElementsHeight, childrenRect.height)
color: utils.hsluv(0, 0, 0, 0.6)
color: utils.hsluv(0, 0, 0, 0.8)
Behavior on implicitHeight { HNumberAnimation {} }