lyx_mirror/lib/images/tabular-feature_align-left.xpm
Enrico Forestieri 1327cb19f0 Removed a 1 pixel border around some images. In this way they are
rendered much better on screen as they are not blurred.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@20115 a592a061-630c-0410-9148-cb99ea01b6c8
2007-09-06 23:14:41 +00:00

27 lines
597 B
C

/* XPM */
static char * tabular_feature_align_left_xpm[] = {
"20 20 3 1",
" c None",
". c #000000",
"+ c #FFFFFF",
" ",
" ",
" ................ ",
" .++++++++++++++. ",
" .++++++++++++++. ",
" .+.......++++++. ",
" .++++++++++++++. ",
" .++++++++++++++. ",
" .+.........++++. ",
" .++++++++++++++. ",
" .++++++++++++++. ",
" .+...+......+++. ",
" .++++++++++++++. ",
" .++++++++++++++. ",
" .+.....++++++++. ",
" .++++++++++++++. ",
" .++++++++++++++. ",
" ................ ",
" ",
" "};