David Robillard
6f4a92f740
specializations of (new, for the most part) generic bases. (eg. most everything from the MIDI branch except for actual MIDI things, so merges have a chance of succeeding). Also the new edit toolbar, and various other cleanup things I did along the way. Should be functionally equivalent (except the toolbar), this is just design work. She's a big'un.... git-svn-id: svn://localhost/ardour2/trunk@727 d708f5d6-7413-0410-9779-e7cbd77b26cf
30 lines
457 B
C
30 lines
457 B
C
/* XPM */
|
|
static char * zoom_out_xpm[] = {
|
|
"12 12 14 1",
|
|
" c None",
|
|
". c #000000",
|
|
"+ c #474747",
|
|
"@ c #E7E7E7",
|
|
"# c #F6F6F6",
|
|
"$ c #DCDCDC",
|
|
"% c #FFFFFF",
|
|
"& c #DFDFDF",
|
|
"* c #D7D7D7",
|
|
"= c #D6D6D6",
|
|
"- c #040404",
|
|
"; c #070707",
|
|
"> c #060606",
|
|
", c #050505",
|
|
" ... ",
|
|
" +.@#$.+ ",
|
|
" .%%%%%. ",
|
|
".&%%%%%*. ",
|
|
".#.....#. ",
|
|
".$%%%%%&. ",
|
|
" .%%%%%.+ ",
|
|
" +.*#=... ",
|
|
" ...+... ",
|
|
" -.; ",
|
|
" >.-",
|
|
" ,."};
|