mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-12 16:50:39 +00:00
c4b59fab79
* src/text3.C (LyXText::dispatch): An empty argument of LFUN_LAYOUT is now allowd and means the default layout of the text class * lib/images/layout.xpm: New image for default layout * lib/Makefile.am: Add new file * development/scons/scons_manifest.py: ditto * lib/ui/stdtoolbars.ui: Add "Deafult" layout button to the extra toolbar git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@15953 a592a061-630c-0410-9148-cb99ea01b6c8
26 lines
562 B
C
26 lines
562 B
C
/* XPM */
|
|
static char * layout_xpm[] = {
|
|
"20 20 2 1",
|
|
" c None",
|
|
". c #000000",
|
|
" ",
|
|
" ",
|
|
" ................. ",
|
|
" ",
|
|
" ",
|
|
" ................. ",
|
|
" ",
|
|
" ",
|
|
" ................. ",
|
|
" ",
|
|
" ",
|
|
" ................. ",
|
|
" ",
|
|
" ",
|
|
" ................. ",
|
|
" ",
|
|
" ",
|
|
" ................. ",
|
|
" ",
|
|
" "};
|