White background in library treeview with Linux
Bug #790508 reported by
jus
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Mixxx |
Invalid
|
Low
|
jus |
Bug Description
With current trunk there is this ugly white background in library treeview (see picture). Tested with Gnome 2.3 & Unity 2D on Ubuntu Linux.
Ubuntu 11.04 with KDE 4.6 & MacOSX looks fine, not tested with Windows.
Related branches
Changed in mixxx: | |
status: | Confirmed → In Progress |
To post a comment you must log in.
Hmm, i am stumped here.
While transparent background works for QTreeView , i simply can`t get transparent background to work for QTreeView::item & QTreeView::branch in Linux with Gnome2 ( see picture in #1). It works only with solid colors.
Example (around line 131 in Deere`s skin.xml)
Works
QTreeView::item { background: blue;}
QTreeView::branch {background: red;}
Works not (result in white background)
QTreeView::item { background: transparent;}
QTreeView::branch {background: transparent;}
The same is with rgba colors. If you use transparency there , the white background shines trough. /style/ style_bg_ treeview. png).
Also tried transparent background images e.g. QTreeView::item { background: url(skin:
Nada...
This might be a QT bug?
Any hints?