~mixxxdevelopers/mixxx/release-1.9.x

« back to all changes in this revision

Viewing changes to mixxx/res/skins/PhoneyDark1680x1050-WSXGA/skin.xml

  • Committer: jus
  • Date: 2011-10-30 07:52:48 UTC
  • Revision ID: jus@justmail.de-20111030075248-vrs5jdiakgc5wyqg
Fix style sheets for Mixxx 1.9 official skins so selected sidebar item's branch indicator shows correct color when out of focus. 
Fixes bug lp:880588

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
 
21
21
        <!--
22
22
        CHANGELOG
23
 
        v1.10   (13/03/2011)
 
23
        v1.09.2 (30/10/2011)
 
24
        * Fix: Selected sidebar item's branch indicator shows wrong color when out of focus
 
25
 
 
26
        v1.09.1 (13/03/2011)
24
27
        * Expanded to support 36 hot cues
25
28
 
26
29
        v1.09   (20/02/2011)
134
137
                <!--Extra declaration for QRadionButton otherwise it shows up with wrong colors in Linux with Gnome -->
135
138
                QRadioButton { font: 13px/15px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif; background: transparent; }
136
139
 
137
 
                <!--Workaround for QT4.7.0 background color bug in Linux with Gnome https://bugs.launchpad.net/mixxx/+bug/690280-->
 
140
                <!--triangle for closed/opened branches in treeview-->
 
141
                QTreeView {show-decoration-selected: 0;} <!-- Suppresses that selected sidebar item's branch indicator shows wrong color when out of focus ; lp:880588-->
138
142
                QTreeView::branch:has-children:!has-siblings:closed,
139
143
                QTreeView::branch:closed:has-children:has-siblings { border-image: none; image: url(skin:/style_branch_closed.png);}
140
144
                QTreeView::branch:open:has-children:!has-siblings,