Skip to content

Make window decorations adaptive for mobile windows

Add the GtkWindow::is-mobile property and use it to drop window decorations on mobile windows, and to put a back button in closable mobile dialogs.

A window is defined as mobile when it is fullscreen or maximized and its width is <= 400px.

CC @bertob @snwh.

Merge request reports