]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/minimalistic.module
Make continuous spellcheck the default.
[lyx.git] / lib / layouts / minimalistic.module
index 80b09ba60c15850897993a6bf331d81403020a5e..584e4cdc26d43cb78d2d19f675c24058a6230548 100644 (file)
@@ -1,54 +1,30 @@
-#\DeclareLyXModule{Minimalistic}
+#\DeclareLyXModule{Minimalistic Insets}
+#\DeclareCategory{Fixes & Hacks}
 #DescriptionBegin
 # Redefines several insets (Index, Branch, URL) as being Minimalistic. 
 #DescriptionEnd
 
-Format 7
+Format 93
 
 InsetLayout Index
-   Decoration   minimalistic
-   LabelString           Idx
-   LatexType             command
-   LatexName             index
-   Font
-     Color               Green
-     Size                Small
-   EndFont
-   LabelFont
-     Color               Green
-     Size                Small
-   EndFont
-   MultiPar              false
-   NeedProtect           true
+               Decoration   minimalistic
+               Font
+                       Color               textlabel2
+                       Size                Small
+               EndFont
+               LabelFont
+                       Color               textlabel2
+                       Size                Small
+               EndFont
 End
 
 InsetLayout Branch
   Decoration            minimalistic
-  LabelFont
-    Color               Red
-    Size                Small
-  EndFont
-  MultiPar              true
 End
 
 InsetLayout URL
-LyXType               standard
-LatexName             url
-LatexType             command
-Decoration            minimalistic
-LabelString           URL
-PassThru              true
-ForceLTR              true
-Font
-  Family              Typewriter
-  Color               Blue
-EndFont
-LabelFont
-  Family              Typewriter
-  Color               Blue
-  Size                Small
-EndFont
-Requires             url
+       Decoration            minimalistic
+       LabelString           URL
 End