diff options
| author | manuel <manuel@mausz.at> | 2011-04-07 18:25:25 +0200 |
|---|---|---|
| committer | manuel <manuel@mausz.at> | 2011-04-07 18:25:25 +0200 |
| commit | 9ef1e89e3ec01a5a34863b1b0aa3483b49404560 (patch) | |
| tree | 4a4c155fdd4fa89c49fe8641e997a920e6b04a91 /pacman-c++/style.qss | |
| parent | 2d8de1ef8477d71c4d79e1ff292566809296e8fe (diff) | |
| download | foop-9ef1e89e3ec01a5a34863b1b0aa3483b49404560.tar.gz foop-9ef1e89e3ec01a5a34863b1b0aa3483b49404560.tar.bz2 foop-9ef1e89e3ec01a5a34863b1b0aa3483b49404560.zip | |
- make player icons a bit nicer (on windows too)
- we don't build DEBUG by default (makes windows go crazy)
Diffstat (limited to 'pacman-c++/style.qss')
| -rw-r--r-- | pacman-c++/style.qss | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/pacman-c++/style.qss b/pacman-c++/style.qss index 74ba1b8..1a24459 100644 --- a/pacman-c++/style.qss +++ b/pacman-c++/style.qss | |||
| @@ -1,27 +1,31 @@ | |||
| 1 | QGroupBox#actor1::title { | 1 | QGroupBox#actor1::indicator { |
| 2 | background-image: url(:/actor1icon); | 2 | background-image: url(:/actor1icon); |
| 3 | background-position: top left; | 3 | background-position: top left; |
| 4 | background-repeat: no-repeat; | 4 | background-repeat: no-repeat; |
| 5 | background-color: palette(window); | 5 | width: 16px; |
| 6 | height: 14px; | ||
| 6 | } | 7 | } |
| 7 | 8 | ||
| 8 | QGroupBox#actor2::title { | 9 | QGroupBox#actor2::indicator { |
| 9 | background-image: url(:/actor2icon); | 10 | background-image: url(:/actor2icon); |
| 10 | background-position: top left; | 11 | background-position: top left; |
| 11 | background-repeat: no-repeat; | 12 | background-repeat: no-repeat; |
| 12 | background-color: palette(window); | 13 | width: 16px; |
| 14 | height: 14px; | ||
| 13 | } | 15 | } |
| 14 | 16 | ||
| 15 | QGroupBox#actor3::title { | 17 | QGroupBox#actor3::indicator { |
| 16 | background-image: url(:/actor3icon); | 18 | background-image: url(:/actor3icon); |
| 17 | background-position: top left; | 19 | background-position: top left; |
| 18 | background-repeat: no-repeat; | 20 | background-repeat: no-repeat; |
| 19 | background-color: palette(window); | 21 | width: 16px; |
| 22 | height: 14px; | ||
| 20 | } | 23 | } |
| 21 | 24 | ||
| 22 | QGroupBox#actor4::title { | 25 | QGroupBox#actor4::indicator { |
| 23 | background-image: url(:/actor4icon); | 26 | background-image: url(:/actor4icon); |
| 24 | background-position: top left; | 27 | background-position: top left; |
| 25 | background-repeat: no-repeat; | 28 | background-repeat: no-repeat; |
| 26 | background-color: palette(window); | 29 | width: 16px; |
| 30 | height: 14px; | ||
| 27 | } | 31 | } |
