mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Sort table.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23134 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
f5fdd7cdab
commit
561466d45d
@ -268,9 +268,9 @@ bool InsetExternalParams::read(Buffer const & buffer, Lexer & lex)
|
|||||||
{ "clip", EX_CLIP },
|
{ "clip", EX_CLIP },
|
||||||
{ "display", EX_DISPLAY},
|
{ "display", EX_DISPLAY},
|
||||||
{ "draft", EX_DRAFT},
|
{ "draft", EX_DRAFT},
|
||||||
|
{ "embed", EX_EMBED},
|
||||||
{ "extra", EX_EXTRA },
|
{ "extra", EX_EXTRA },
|
||||||
{ "filename", EX_FILENAME},
|
{ "filename", EX_FILENAME},
|
||||||
{ "embed", EX_EMBED},
|
|
||||||
{ "height", EX_HEIGHT },
|
{ "height", EX_HEIGHT },
|
||||||
{ "keepAspectRatio", EX_KEEPASPECTRATIO },
|
{ "keepAspectRatio", EX_KEEPASPECTRATIO },
|
||||||
{ "lyxscale", EX_LYXSCALE},
|
{ "lyxscale", EX_LYXSCALE},
|
||||||
|
Loading…
Reference in New Issue
Block a user