mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-22 05:39:44 +02:00
THeaderControl icon
git-svn-id: trunk@11280 -
This commit is contained in:
parent
f0f36ca1c6
commit
be94d619f3
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -1937,6 +1937,7 @@ images/components/tfontdialog.ico -text svneol=unset#image/x-icon
|
||||
images/components/tfontdialog.xpm -text svneol=native#image/x-xpixmap
|
||||
images/components/tgroupbox.ico -text svneol=unset#image/x-icon
|
||||
images/components/tgroupbox.xpm -text svneol=native#image/x-xpixmap
|
||||
images/components/theadercontrol.xpm svneol=native#text/plain
|
||||
images/components/thtmlbrowserhelpviewer.xpm svneol=native#text/plain
|
||||
images/components/thtmlhelpdatabase.xpm svneol=native#text/plain
|
||||
images/components/tidedialoglayoutstorage.xpm -text svneol=unset#image/xpm
|
||||
|
31
images/components/theadercontrol.xpm
Normal file
31
images/components/theadercontrol.xpm
Normal file
@ -0,0 +1,31 @@
|
||||
/* XPM */
|
||||
static char * THeaderControl_xpm[] = {
|
||||
"24 24 4 1",
|
||||
" c None",
|
||||
". c #AABFFF",
|
||||
"+ c #FFFFFF",
|
||||
"@ c #CCD9FF",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ...................... ",
|
||||
" .++++++++++++++++++++ ",
|
||||
" .+++++++.+++++++++.+++ ",
|
||||
" .+++++++.+++++++++.++ ",
|
||||
" .+++++++.+++++++++.+++ ",
|
||||
" .+++++++.+++++++++.++ ",
|
||||
" .+++++++.+++++++++.+++ ",
|
||||
" .+++++++.+++++++++.++ ",
|
||||
" .+++++++.+++++++++.+++ ",
|
||||
" .+++++++.+++++++++.++ ",
|
||||
" .+++++++.+++++++++.+++ ",
|
||||
" .+++++++.+++++++++.++ ",
|
||||
" .+++++++++++++++++++++ ",
|
||||
" ..................... ",
|
||||
" @@@@@@@@@@@@@@@@@@@@@ ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" "};
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user