Increase image viewer bar opacity
Make it easier to read on bright images
This commit is contained in:
parent
d00b29f076
commit
aba29a198d
@ -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 {} }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user