RxDateEdit - fix button icon

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2797 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
alexs75
2013-09-28 16:11:28 +00:00
parent ef49aac4dc
commit e469ce1354
7 changed files with 7 additions and 35 deletions

View File

@ -1,5 +1,10 @@
rm tooledit.lrs rm tooledit.lrs
rm rxdbgrid.lrs rm rxdbgrid.lrs
rm tooledit.res
rm rxdbgrid.res
../../../../tools\lazres.exe tooledit.lrs picDateEdit.bmp /usr/local/share/lazarus/tools/lazres tooledit.res picDateEdit.png
../../../../tools\lazres.exe rxdbgrid.lrs rx_markerdown.xpm rx_markerup.xpm /usr/local/share/lazarus/tools/lazres rxdbgrid.res rx_markerdown.png rx_markerup.png
#../../../../tools\lazres.exe tooledit.lrs picDateEdit.bmp
#../../../../tools\lazres.exe rxdbgrid.lrs rx_markerdown.xpm rx_markerup.xpm

Binary file not shown.

Before

Width:  |  Height:  |  Size: 310 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 304 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 242 B

View File

@ -1,16 +0,0 @@
/* XPM */
static char *rx_mark_down[]={
"10 10 3 1",
". c None",
"# c #808080",
"a c #ffffff",
"..........",
".#######a.",
".#......a.",
"..#....a..",
"..#....a..",
"...#..a...",
"...#..a...",
"....#a....",
"..........",
".........."};

Binary file not shown.

After

Width:  |  Height:  |  Size: 240 B

View File

@ -1,17 +0,0 @@
/* XPM */
static char *rx_mark_up[]={
"10 10 4 1",
"b c None",
". c None",
"# c #808080",
"a c #ffffff",
"..........",
"....#a....",
"...#..a...",
"...#..a...",
"..#....a..",
"..#....a..",
".#......a.",
".aaaaaaaa.",
".bbbbbbbb.",
".........."};