mirror of
https://github.com/mdbtools/mdbtools.git
synced 2026-03-10 00:20:54 +08:00
updates for rpms lots o bug fixes, index stuff
This commit is contained in:
19
src/gmdb2/pixmaps/table.xpm
Normal file
19
src/gmdb2/pixmaps/table.xpm
Normal file
@@ -0,0 +1,19 @@
|
||||
/* XPM */
|
||||
static char * table_xpm[] = {
|
||||
"10 12 4 1",
|
||||
" c None",
|
||||
". c #1874B1",
|
||||
"+ c #606060",
|
||||
"@ c #D7D2D2",
|
||||
"..........",
|
||||
"..........",
|
||||
"+@@+@@@+@+",
|
||||
"++++++++++",
|
||||
"+@@+@@@+@+",
|
||||
"++++++++++",
|
||||
"+@@+@@@+@+",
|
||||
"++++++++++",
|
||||
"+@@+@@@+@+",
|
||||
"++++++++++",
|
||||
"+@@+@@@+@+",
|
||||
"++++++++++"};
|
||||
Reference in New Issue
Block a user