~ubuntu-branches/ubuntu/utopic/ardour3/utopic

« back to all changes in this revision

Viewing changes to gtk2_ardour/pixmaps/zoom_in.xpm

  • Committer: Package Import Robot
  • Author(s): Felipe Sateler
  • Date: 2013-09-21 19:05:02 UTC
  • Revision ID: package-import@ubuntu.com-20130921190502-8gsftrku6jnzhd7v
Tags: upstream-3.4~dfsg
ImportĀ upstreamĀ versionĀ 3.4~dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* XPM */
 
2
static char * zoom_in_xpm[] = {
 
3
"12 12 14 1",
 
4
"       c None",
 
5
".      c #000000",
 
6
"+      c #474747",
 
7
"@      c #E7E7E7",
 
8
"#      c #F6F6F6",
 
9
"$      c #DCDCDC",
 
10
"%      c #FFFFFF",
 
11
"&      c #DFDFDF",
 
12
"*      c #D7D7D7",
 
13
"=      c #D6D6D6",
 
14
"-      c #040404",
 
15
";      c #070707",
 
16
">      c #060606",
 
17
",      c #050505",
 
18
"   ...      ",
 
19
" +.@#$.+    ",
 
20
" .%%.%%.    ",
 
21
".&%%.%%*.   ",
 
22
".#.....#.   ",
 
23
".$%%.%%&.   ",
 
24
" .%%.%%.+   ",
 
25
" +.*#=...   ",
 
26
"   ...+...  ",
 
27
"        -.; ",
 
28
"         >.-",
 
29
"          ,."};