view gui/dialog/pixmaps/next.xpm @ 36542:1163104c8adb

Improve the dialog for subtitle encodings selection. Prettify the dialog by moving the option for unicode subtitles up, and place it below the subtitle encodings combo box. In this way, everything related to subtitle encodings is grouped together. As a result, we'll need the label unconditionally.
author ib
date Sun, 19 Jan 2014 14:46:33 +0000
parents 3c901704a27c
children
line wrap: on
line source

/* XPM */
static const char * const next_xpm[] = {
"16 16 60 1",
" 	c None",
".	c #000000",
"+	c #FFFFFF",
"@	c #737372",
"#	c #888887",
"$	c #727170",
"%	c #7E7E7D",
"&	c #A4A4A3",
"*	c #7B7B7A",
"=	c #6C6B6A",
"-	c #8E8E8D",
";	c #B5B4B3",
">	c #7F7E7D",
",	c #999996",
"'	c #7D7C7B",
")	c #949392",
"!	c #C0BFBE",
"~	c #828180",
"{	c #9D9C9A",
"]	c #B0AFAC",
"^	c #908F8D",
"/	c #A4A3A2",
"(	c #CACAC8",
"_	c #868583",
":	c #A1A09E",
"<	c #B4B3B1",
"[	c #B6B4B2",
"}	c #A5A4A1",
"|	c #A1A09F",
"1	c #D0CECD",
"2	c #898886",
"3	c #B9B7B4",
"4	c #BAB9B6",
"5	c #BCBAB7",
"6	c #C3C2BF",
"7	c #C2C2C2",
"8	c #8C8B89",
"9	c #A9A8A5",
"0	c #BDBCB9",
"a	c #C5C3C0",
"b	c #D0CECC",
"c	c #8F8E8C",
"d	c #B5B3B1",
"e	c #C7C6C3",
"f	c #D2D1CE",
"g	c #AFAEAB",
"h	c #D2D1CF",
"i	c #B9B6B4",
"j	c #D8D7D5",
"k	c #B8B8B5",
"l	c #D4D3D2",
"m	c #A19F9D",
"n	c #C7C6C4",
"o	c #BBBAB7",
"p	c #D7D5D3",
"q	c #A7A6A3",
"r	c #BBB9B7",
"s	c #D9D8D6",
"t	c #B9B8B5",
"u	c #DEDDDB",
" .        ....+ ",
" ..       .@#.+ ",
" .$.      .%&.+ ",
" .*=.     .-;.+ ",
" .>,'.    .)!.+ ",
" .~{]^.   ./(.+ ",
" ._:<[}.  .|1.+ ",
" .2}3456.7./(.+ ",
" .890ab.+ .|1.+ ",
" .cdef.+  .gh.+ ",
" .{ij.+   .kl.+ ",
" .mn.+    .op.+ ",
" .q.+     .rs.+ ",
" ..+      .tu.+ ",
" .+       ....+ ",
" +        ++++  "};