Skip to content

general: Set a minimum size for several dialogs

(see commits)

HIG advises that "apps that are apppropriate for a phone form factor should scale down to 360x294px"[1], so use this size as the minimum size for all dialogs in Software. This fixes the problem of resizing these dialogs to an abnormally small size.

Also, there are some dialogs that are using a minimum size that isn't 360x294px, so update them too.

[1] https://developer.gnome.org/hig/guidelines/adaptive.html#scaling-adaptiveness

Closes #2515

Edited by 𝅳Automeris naranja

Merge request reports