Mercurial > mplayer.hg
annotate gui/dialog/pixmaps/aspect43.xpm @ 36914:1db578946152
Add new dynamic label variable $D.
This is the balance without decimal places (which makes more sense to me
than $B and should have been the output of $B in the first place).
author | ib |
---|---|
date | Thu, 13 Mar 2014 15:41:22 +0000 |
parents | 3c901704a27c |
children |
rev | line source |
---|---|
35526 | 1 /* XPM */ |
2 static const char *const aspect43_xpm[] = { | |
3 "19 16 4 1 0 0", | |
4 " c #000000", | |
5 "! c #FFFFFF", | |
6 "# c #C0C0C0", | |
7 "$ c None", | |
8 "$$$$$$$$$$$$$$$$$$$", | |
9 "$$$$$$$$$$$$$$$$$$$", | |
10 "$$$$$$$$$$$$$$$$$$$", | |
11 "$ $", | |
12 " !!!!!!!!!!!!!!! ", | |
13 " ! ! ", | |
14 " ! ! !!# ! ", | |
15 " ! !! ! ! ! ", | |
16 " ! ! ! !! ! ", | |
17 " ! !!! ! ! ! ", | |
18 " ! ! !!# ! ", | |
19 " ! ! ", | |
20 " !!!!!!!!!!!!!!! ", | |
21 "$ $", | |
22 "$$$$$$$$$$$$$$$$$$$", | |
23 "$$$$$$$$$$$$$$$$$$$" | |
24 }; |