We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52a8192 commit c2c62e7Copy full SHA for c2c62e7
src/core/window.c
@@ -3501,10 +3501,6 @@ is_valid_tile_mode (MetaWindow *window, MetaTileMode mode)
3501
monitor = meta_display_get_current_monitor (window->display);
3502
meta_window_get_work_area_for_monitor (window, monitor, &tile_area);
3503
3504
- /* Do not allow tiling in portrait orientation */
3505
- if (tile_area.height > tile_area.width)
3506
- return FALSE;
3507
-
3508
get_default_tile_fractions (mode, &hfraction, &vfraction);
3509
3510
tile_area.width *= hfraction;
0 commit comments