mirror of
https://github.com/labwc/labwc.git
synced 2026-04-12 08:21:13 -04:00
Move magnfier size into XML
This commit is contained in:
parent
fe67087cf6
commit
165b955cd9
3 changed files with 22 additions and 19 deletions
|
|
@ -1204,8 +1204,6 @@ rcxml_init(void)
|
|||
rc.focus_follow_mouse = false;
|
||||
rc.focus_follow_mouse_requires_movement = true;
|
||||
rc.raise_on_focus = false;
|
||||
rc.magnify = false;
|
||||
rc.magnification = 2;
|
||||
|
||||
rc.doubleclick_time = 500;
|
||||
rc.scroll_factor = 1.0;
|
||||
|
|
@ -1240,6 +1238,10 @@ rcxml_init(void)
|
|||
|
||||
rc.workspace_config.popuptime = INT_MIN;
|
||||
rc.workspace_config.min_nr_workspaces = 1;
|
||||
|
||||
rc.magnify = false;
|
||||
rc.mag_scale = 2;
|
||||
rc.mag_size = 400;
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue