commit 172e544e2c84e2d3cfe7bb471c7f39b3528568b4
Author: Scott Kostyshak <[email protected]>
Date:   Fri Oct 28 18:28:31 2022 -0400

    Whitespace
---
 src/LyXRC.h                   |    4 ++--
 src/frontends/qt/GuiPrefs.cpp |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/LyXRC.h b/src/LyXRC.h
index 1119b18..db7c539 100644
--- a/src/LyXRC.h
+++ b/src/LyXRC.h
@@ -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;
        ///
diff --git a/src/frontends/qt/GuiPrefs.cpp b/src/frontends/qt/GuiPrefs.cpp
index 3b2a1c2..721bace 100644
--- a/src/frontends/qt/GuiPrefs.cpp
+++ b/src/frontends/qt/GuiPrefs.cpp
@@ -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(); 
 }
 
 
-- 
lyx-cvs mailing list
[email protected]
http://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to