Mercurial > mplayer.hg
annotate gui/dialog/pixmaps/playlist.xpm @ 36065:070c711825ea
Don't allow the URL dialog to be user-shrinkable.
Remove the policy and use the default.
author | ib |
---|---|
date | Thu, 04 Apr 2013 19:18:11 +0000 |
parents | 3c901704a27c |
children |
rev | line source |
---|---|
35526 | 1 /* XPM */ |
2 static const char * const playlist_xpm[] = { | |
3 "16 16 7 1", | |
4 " c None", | |
5 ". c #000000", | |
6 "+ c #FEFEFE", | |
7 "@ c #C1C1C1", | |
8 "# c #C2C2C2", | |
9 "$ c #A0A0A0", | |
10 "% c #BBBBBB", | |
11 " .. ", | |
12 " .+@. .. ... .. ", | |
13 " .#$. ", | |
14 " .. ", | |
15 " ", | |
16 " ", | |
17 " .. ", | |
18 " .+@. ", | |
19 " .#$. ..... ... ", | |
20 " .. ", | |
21 " ", | |
22 " ", | |
23 " .. ", | |
24 " .+%. ..... ... ", | |
25 " .#$. ", | |
26 " .. "}; |