mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 05:59:19 +02:00
New image for EditorToolbar.
git-svn-id: trunk@46180 -
This commit is contained in:
parent
08fb92aaad
commit
ce650cffc1
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -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
|
||||
|
48
components/editortoolbar/images/menu_divider16.xpm
Normal file
48
components/editortoolbar/images/menu_divider16.xpm
Normal 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",
|
||||
".+++.+++.++.+++.",
|
||||
"@###@###@##@###@",
|
||||
"$%&*=-$;>$$$$$$$",
|
||||
"$%,')!$;>$,')$$$",
|
||||
"$%~{]!$;>$~{]$$$",
|
||||
"$%~{]!$;>$~{]$$$",
|
||||
"$%~{]!$;>$~{]$$$",
|
||||
"$%~{]!$;>$~{]$$$",
|
||||
"$%~{]!$;>$~{]$$$",
|
||||
"$%~{]!$;>$~{]$$$",
|
||||
"$%~{]!$;>$~{]$$$",
|
||||
"$%;^/!$;>$;^/$$$",
|
||||
"$%(_:<$;>$(_:$$$",
|
||||
"$%[}|-$;>$$$$$$$",
|
||||
">>>>>>>>>>>>>>>>",
|
||||
" "};
|
Loading…
Reference in New Issue
Block a user