diff options
author | Paweł Jastrzębski <pawelj@vulturis.eu> | 2013-10-04 15:44:38 +0200 |
---|---|---|
committer | Paweł Jastrzębski <pawelj@vulturis.eu> | 2013-10-04 15:44:38 +0200 |
commit | e4a8213a2c6c32556ca0ff5cc8a26eefbbe80da7 (patch) | |
tree | 7b28da74af327e58181fe79a3256a8fecc344184 /KCC.ui | |
parent | GUI: Quality option should be disabled for CBZ format (diff) | |
download | kcc-e4a8213a2c6c32556ca0ff5cc8a26eefbbe80da7.tar.gz kcc-e4a8213a2c6c32556ca0ff5cc8a26eefbbe80da7.tar.bz2 kcc-e4a8213a2c6c32556ca0ff5cc8a26eefbbe80da7.zip |
Some love for our awesome icon by Nikolay Verin
Diffstat (limited to 'KCC.ui')
-rw-r--r-- | KCC.ui | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/KCC.ui b/KCC.ui index 9d90feb..beadcbd 100644 --- a/KCC.ui +++ b/KCC.ui @@ -388,6 +388,9 @@ p, li { white-space: pre-wrap; } <property name="focusPolicy"> <enum>Qt::NoFocus</enum> </property> + <property name="styleSheet"> + <string notr="true">background:#ffffff;background-image:url(:/Other/icons/list_background.png);background-position:center center;background-repeat:no-repeat;</string> + </property> <property name="showDropIndicator" stdset="0"> <bool>false</bool> </property> |