gimp/pixmaps/yes.xpm
Michael Natterer 3d68995707 Resize it to the same size as "no.xpm" because the fileselection switches
1999-12-07  Michael Natterer  <mitch@gimp.org>

	* pixmaps/yes.xpm: Resize it to the same size as "no.xpm" because
	the fileselection switches between them and it looks ugly if the
	widget's padding changes.
1999-12-07 20:07:43 +00:00

36 lines
558 B
C

/* XPM */
static char * yes_xpm[] = {
"13 14 18 1",
" c None",
". c #000000",
"+ c #B3C2A7",
"@ c #708C58",
"# c #859D71",
"$ c #627B4D",
"% c #97AB86",
"& c #566C43",
"* c #A2BD9E",
"= c #789774",
"- c #88AC84",
"; c #5E764A",
"> c #698566",
", c #6D8855",
"' c #688251",
") c #668050",
"! c #6D8956",
"~ c #4F633E",
" .. ",
" .+@. ",
" .#$. ",
" .%@. ",
" .. .#&. ",
".*=. .#@. ",
".--.. .@&. ",
" .-=..;@. ",
" .-->.,&. ",
" .--'). ",
" .-!~. ",
" .--. ",
" .>. ",
" . "};