diff options
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 | } |
