mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 10:58:52 +00:00
Whitespace
This commit is contained in:
parent
af1030e01a
commit
172e544e2c
@ -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;
|
||||
///
|
||||
|
@ -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();
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user