]> git.lyx.org Git - lyx.git/blobdiff - lib/ui/default.ui
Japanese Additional.lyx: fix broken filename - this is a regression bug in LyX 2.2
[lyx.git] / lib / ui / default.ui
index a3ec300b09bb6572aef243e22de73e87e42b127f..51a7f9b90e5eaf85c81b70431687e8cd48ffb1e2 100644 (file)
@@ -12,7 +12,9 @@
 # The syntax should be straightforward enough.
 
 # The interface is designed (partially) following the KDE Human Interface
-# Guidelines (http://usability.kde.org/hig/)
+# Guidelines (http://techbase.kde.org/Projects/Usability/HIG)
+
+Format 4
 
 Include "stdmenus.inc"
 
@@ -33,6 +35,7 @@ Include "stdtoolbars.inc"
 # mathmacrotemplate: the toolbar is visible only when in a macro definition
 # table: the toolbar is visible only when in a table
 # review: the toolbar is visible only when inside a tracked change
+# ipa: the toolbar is only visible when inside an ipa inset
 #
 # top: the toolbar should be at the top of the window
 # bottom: the toolbar should be at the bottom of the window
@@ -52,5 +55,7 @@ Toolbars
        "math_panels" "auto,math,bottom"
        "math" "auto,math,bottom"
        "mathmacrotemplate" "auto,mathmacrotemplate,bottom"
-       "minibuffer" "off,bottom"
+       "ipa" "auto,ipa,bottom"
+       "minibuffer" "auto,minibuffer,bottom"
+       "documentation" "off,top"
 End