]> git.lyx.org Git - lyx.git/blobdiff - src/LyXRC.h
Keep dialog connected to cross-ref inset after Apply.
[lyx.git] / src / LyXRC.h
index 3ebecb7c197ecc2abfda7dbf92e49dd09093703d..530a78187f6cbe718434552c4c6de0da6c2dce45 100644 (file)
@@ -373,8 +373,6 @@ public:
        bool spellcheck_continuously = false;
        /// spellcheck notes and comments?
        bool spellcheck_notes = true;
-       /// minimum length of words to complete
-       unsigned int completion_minlength = 6;
        ///
        bool use_kbmap = false;
        ///
@@ -523,6 +521,8 @@ public:
        bool completion_inline_text = false;
        ///
        int completion_inline_dots = -1;
+       /// minimum length of words to complete
+       unsigned int completion_minlength = 6;
        ///
        double completion_popup_delay = 2.0;
        ///
@@ -560,7 +560,7 @@ public:
        ScrollWheelZoom scroll_wheel_zoom = SCROLL_WHEEL_ZOOM_CTRL;
        // FIXME: should be caret_width
        ///
-       int cursor_width = 1;
+       int cursor_width = 0;
        /// One of: yes, no, ask
        std::string close_buffer_with_last_view = "yes";
 };