Skip to content

window: Use default width-request

Christopher Davis requested to merge wip/cdavis/use-default-width-requests into main

libadwaita now provides a default width and height request. Our requests must not be less than libadwaita's defaults, otherwise standard dialogs like AdwAboutDialog will appear broken at smaller sizes.

Merge request reports