Skip to content
Verified Commit 8812ec16 authored by ivan tkachenko's avatar ivan tkachenko 🗯
Browse files

LabelBackground: Implement better, Breeze-like styling

Breeze style uses a combination of Window/textColor and highlight color
with varying alpha values to draw its QProgressBar with a nice border
and a fitting background color.

Had to use hard-coded opacity component, because in QtQuick Qt.alpha
function only overrides base color's alpha, but Breeze uses
multiplication to obtain progressively smaller fractions. In the end of
the day, it doesn't terribly matter, as long as it looks fine.
parent 472c2874
Pipeline #466779 passed with stage
in 2 minutes and 33 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment