Paint a black rectangle under patterns to prevent glitches (#3759)
This commit is contained in:
@@ -615,12 +615,12 @@ TrackContainerView QLabel
|
||||
|
||||
/* common pattern colors */
|
||||
TrackContentObjectView {
|
||||
qproperty-mutedColor: rgb(255,255,255,100);
|
||||
qproperty-mutedColor: rgba(255,255,255,100);
|
||||
qproperty-mutedBackgroundColor: #373d48;
|
||||
qproperty-selectedColor: #006B65;
|
||||
qproperty-BBPatternBackground: #373d48;
|
||||
qproperty-textColor: #fff;
|
||||
qproperty-textShadowColor: rgb(0,0,0,200);
|
||||
qproperty-textShadowColor: rgba(0,0,0,200);
|
||||
qproperty-gradient: false; /* boolean property, set true to have a gradient */
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user