Skip to content

WiFi: Reduce width of connection row for mobile

Undef requested to merge Jarrah/gnome-control-center:master into master

The current WiFi panel is not adaptive on small screens. This results in the panel being partially off the screen, blocking users from (for example) editing connection settings.

This patch was developed for Mobian to shrink the minimum required space for each connection row and the Airplane mode toggle. This allows the panel to be used on thin screens.

TODO:

  • Align with Gnome UI guidelines for replaced text.
  • Test margin changes to ensure they are required.
Before Screenshot wifi_before
After Screenshot wifi_after
Edited by Undef

Merge request reports