diff options
author | Andrea Adami <andrea.adami@gmail.com> | 2009-11-08 01:51:16 +0100 |
---|---|---|
committer | Andrea Adami <andrea.adami@gmail.com> | 2009-11-08 01:51:16 +0100 |
commit | 80a57617033422d16377b417825cbbaa183ebab0 (patch) | |
tree | a26bbb5cf1697bb878927b03e02761f0556d64b6 /recipes/kexecboot/files | |
parent | a719f3a73b2128ae28e13d1911256f883777af8c (diff) |
kexecboot-cfg: Center OpenEmbedded 32x32 icon.
Diffstat (limited to 'recipes/kexecboot/files')
-rw-r--r-- | recipes/kexecboot/files/icon.xpm | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/recipes/kexecboot/files/icon.xpm b/recipes/kexecboot/files/icon.xpm index 26d40548e1..6e6fd776d8 100644 --- a/recipes/kexecboot/files/icon.xpm +++ b/recipes/kexecboot/files/icon.xpm @@ -1,6 +1,6 @@ /* XPM */ -static char * oe1_xpm[] = { -"32 26 8 1", +static char * icon_xpm[] = { +"32 32 8 1", " c None", ". c #D6DBDE", "+ c #9BA6AE", @@ -9,6 +9,9 @@ static char * oe1_xpm[] = { "$ c #A9E8F6", "% c #12BCE4", "& c #57D2EC", +" ", +" ", +" ", " .++@@@@++. ", " +@@@@@@@@@@@@+ ", " #@@@@@@@@@@@@@@@@# ", @@ -34,4 +37,7 @@ static char * oe1_xpm[] = { " +@@@@. $%%%%%%%%%%%%%%$ .@@@@+ ", " .@@@@@ $%%%%%%%%%%%%$ @@@@@. ", " #++++. &%%%%%%%%& .++++# ", -" $&&%%&&$ "}; +" $&&%%&&$ ", +" ", +" ", +" "}; |