Increase image viewer bar opacity
Make it easier to read on bright images
This commit is contained in:
@@ -16,7 +16,7 @@ Rectangle {
|
|||||||
|
|
||||||
|
|
||||||
implicitHeight: Math.max(theme.baseElementsHeight, childrenRect.height)
|
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 {} }
|
Behavior on implicitHeight { HNumberAnimation {} }
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user