mirror of
https://github.com/brl/mutter.git
synced 2025-07-03 09:43:18 +00:00
tiling: rename side-by-side tiling to edge tiling
Currently, the new tiling feature, supports side-by-side, horizontal tiling when dragging windows to one of the vertical edges of a monitor. Other types of tiling (on other monitor edges) are potentially useful, though. This commit renames the preference from side_by_side_tiling to edge_tiling. https://bugzilla.gnome.org/show_bug.cgi?id=630548
This commit is contained in:
@ -7799,7 +7799,7 @@ update_move (MetaWindow *window,
|
||||
shake_threshold = meta_ui_get_drag_threshold (window->screen->ui) *
|
||||
DRAG_THRESHOLD_TO_SHAKE_THRESHOLD_FACTOR;
|
||||
|
||||
if (meta_prefs_get_side_by_side_tiling () &&
|
||||
if (meta_prefs_get_edge_tiling () &&
|
||||
meta_window_can_tile (window))
|
||||
{
|
||||
const MetaMonitorInfo *monitor;
|
||||
|
Reference in New Issue
Block a user