X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FLyXRC.h;h=db7c539a06a39c29b5e9cdf093e54a2380aba1ea;hb=6c22e32cee2eafcf6fed6cbd72478f36f5accd75;hp=6e82a6def98e9db9ba5e6c07225616d60a02f17c;hpb=c213eb7f75d53165f55e64f0149fec833e5b5b5e;p=lyx.git diff --git a/src/LyXRC.h b/src/LyXRC.h index 6e82a6def9..db7c539a06 100644 --- a/src/LyXRC.h +++ b/src/LyXRC.h @@ -90,13 +90,13 @@ public: RC_FILEFORMAT, RC_FORWARD_SEARCH_DVI, RC_FORWARD_SEARCH_PDF, - RC_FULL_SCREEN_LIMIT, + RC_SCREEN_LIMIT, RC_FULL_SCREEN_SCROLLBAR, RC_FULL_SCREEN_STATUSBAR, RC_FULL_SCREEN_TABBAR, RC_FULL_SCREEN_MENUBAR, RC_FULL_SCREEN_TOOLBARS, - RC_FULL_SCREEN_WIDTH, + RC_SCREEN_WIDTH, RC_GEOMETRY_SESSION, RC_GROUP_LAYOUTS, RC_GUI_LANGUAGE, @@ -511,9 +511,9 @@ public: /// Toggle statusbar in fullscreen mode? bool full_screen_statusbar = true; /// Limit the text width? - bool full_screen_limit = false; - /// Width of limited screen (in pixels) in fullscreen mode - int full_screen_width = 700; + bool screen_limit = false; + /// Width of limited screen width + Length screen_width = Length(7, Length::IN); /// bool completion_cursor_text = true; ///