Skip to content

Adaptive width

Brian Daniels requested to merge bridadan/gnome-chess:adaptive_width into master

The goal of these changes is to solve the issue described in #38 (closed).

When the width of the window is 700 pixels or smaller, it will split the bottom controls into two rows:

Screenshot_from_2019-09-08_13-14-54

When the width of the window is greater than 700 pixels, it will revert back to the current layout:

Screenshot_from_2019-09-08_13-15-09_rotated

(The screenshot above is rotated from a VM based on the Librem 5 Linux phone, hence the wonky display).

Edited by Brian Daniels

Merge request reports