]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/Toolbars.h
Fix the tab ordering of GuiDocument components.
[lyx.git] / src / frontends / qt4 / Toolbars.h
index e10587683a033e63c0325a2ab960c19669d63ed8..5f69802d5c9afc64ea48b93b8b9f63eec7f2e499 100644 (file)
@@ -107,7 +107,9 @@ public:
                MATH = 128, //< show when in math
                TABLE = 256, //< show when in table
                REVIEW = 512, //< show when change tracking is enabled
-               MATHMACROTEMPLATE = 1024 //< show in math macro template
+               MATHMACROTEMPLATE = 1024, //< show in math macro template
+               ALLOWAUTO = MATH | TABLE | REVIEW | MATHMACROTEMPLATE,
+               SAMEROW = 2048 //place to the current row, no new line
        };
 
        typedef std::vector<ToolbarInfo> Infos;