New image for EditorToolbar.

git-svn-id: trunk@46180 -
This commit is contained in:
juha 2014-09-11 15:56:48 +00:00
parent 08fb92aaad
commit ce650cffc1
2 changed files with 49 additions and 0 deletions

1
.gitattributes vendored
View File

@ -1145,6 +1145,7 @@ components/editortoolbar/images/arrowright_blue16.xpm -text svneol=unset#image/x
components/editortoolbar/images/arrowup_blue16.xpm -text svneol=unset#image/x-xpixmap
components/editortoolbar/images/execute16.xpm -text svneol=unset#image/x-xpixmap
components/editortoolbar/images/jumpto16.xpm -text svneol=unset#image/x-xpixmap
components/editortoolbar/images/menu_divider16.xpm svneol=native#text/plain
components/editortoolbar/images/preferences16.xpm -text svneol=unset#image/x-xpixmap
components/editortoolbar/images/toolbar.txt svneol=native#text/plain
components/editortoolbar/jumpto.pas svneol=native#text/plain

View File

@ -0,0 +1,48 @@
/* XPM */
static char * tcontrolbar_xpm[] = {
"16 16 29 1",
" c None",
". c #DDD9D4",
"+ c #DCD9D4",
"@ c #EAE8E4",
"# c #EAE7E4",
"$ c #D3CFC7",
"% c #D4D0C8",
"& c #D5D1C9",
"* c #D8D5CE",
"= c #CCC9C2",
"- c #D2CEC6",
"; c #DDDAD5",
"> c #91908F",
", c #E1DED8",
"' c #F2F2EF",
") c #A4A3A1",
"! c #CDCAC2",
"~ c #E3E1DC",
"{ c #E7E4E0",
"] c #959492",
"^ c #D8D6D2",
"/ c #92918F",
"( c #C3C0BA",
"_ c #A5A3A0",
": c #9D9C99",
"< c #CFCBC3",
"[ c #D1CEC6",
"} c #D0CCC4",
"| c #D1CDC5",
".+++.+++.++.+++.",
"@###@###@##@###@",
"$%&*=-$;>$$$$$$$",
"$%,')!$;>$,')$$$",
"$%~{]!$;>$~{]$$$",
"$%~{]!$;>$~{]$$$",
"$%~{]!$;>$~{]$$$",
"$%~{]!$;>$~{]$$$",
"$%~{]!$;>$~{]$$$",
"$%~{]!$;>$~{]$$$",
"$%~{]!$;>$~{]$$$",
"$%;^/!$;>$;^/$$$",
"$%(_:<$;>$(_:$$$",
"$%[}|-$;>$$$$$$$",
">>>>>>>>>>>>>>>>",
" "};