From: Scott Kostyshak Date: Fri, 28 Oct 2022 22:28:31 +0000 (-0400) Subject: Whitespace X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=172e544e2c84e2d3cfe7bb471c7f39b3528568b4;p=features.git Whitespace --- diff --git a/src/LyXRC.h b/src/LyXRC.h index 1119b181c3..db7c539a06 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 3b2a1c2c35..721bacef0d 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(); }