]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/Toolbars.h
Use QFontMetrics information for underlines (and friends) width and position
[lyx.git] / src / frontends / qt4 / Toolbars.h
index 3e6ac570318af3a9cc9ba3ce90659c2b0605663f..02d0ebe5a4da275f7079da88d74936ed1bd4025d 100644 (file)
@@ -110,7 +110,8 @@ public:
                MATHMACROTEMPLATE = 1024, //< show in math macro template
                SAMEROW = 2048, //place to the current row, no new line
                IPA = 4096, //< show when in IPA inset
-               ALLOWAUTO = MATH | TABLE | REVIEW | MATHMACROTEMPLATE | IPA
+               MINIBUFFER = 8192, //< show when command-execute has been invoked
+               ALLOWAUTO = MATH | TABLE | REVIEW | MATHMACROTEMPLATE | IPA | MINIBUFFER
        };
 
        typedef std::vector<ToolbarInfo> Infos;