]> git.lyx.org Git - features.git/commitdiff
Whitespace
authorScott Kostyshak <skostysh@lyx.org>
Fri, 28 Oct 2022 22:28:31 +0000 (18:28 -0400)
committerScott Kostyshak <skostysh@lyx.org>
Fri, 28 Oct 2022 22:28:31 +0000 (18:28 -0400)
src/LyXRC.h
src/frontends/qt/GuiPrefs.cpp

index 1119b181c3349df589e673ca8e4dc89e0c3f88ec..db7c539a06a39c29b5e9cdf093e54a2380aba1ea 100644 (file)
@@ -512,8 +512,8 @@ public:
        bool full_screen_statusbar = true;
        /// Limit the text width?
        bool screen_limit = false;
-    /// Width of limited screen width 
-       Length screen_width = Length(7, Length::IN); 
+       /// Width of limited screen width 
+       Length screen_width = Length(7, Length::IN); 
        ///
        bool completion_cursor_text = true;
        ///
index 3b2a1c2c3517fe054c7ef710a3e4fa92fab51130..721bacef0df64411a7b992758e39f37834cf2513 100644 (file)
@@ -2868,8 +2868,8 @@ void PrefEdit::applyRC(LyXRC & rc) const
        rc.full_screen_statusbar = toggleStatusbarCB->isChecked();
        rc.full_screen_tabbar = toggleTabbarCB->isChecked();
        rc.full_screen_menubar = toggleMenubarCB->isChecked();
-    rc.screen_width = Length(widgetsToLength(screenWidthLE, screenWidthUnitCO)); 
-    rc.screen_limit = screenLimitCB->isChecked(); 
+       rc.screen_width = Length(widgetsToLength(screenWidthLE, screenWidthUnitCO)); 
+       rc.screen_limit = screenLimitCB->isChecked(); 
 }