Skip to content

properties-window: Fix "Unknown Permissions" page contents not being centralized

AdwStatusPage isn't meant to be used with another widgets, as it's a page. Placing the status page inside a GtkBox causes the page contents to not be vertically centralized. Also, the scrolling can break, because AdwStatusPage has a built-in GtkScrolledWindow.

Before After
Screenshot_from_2024-05-07_21-06-34 Screenshot_from_2024-05-07_20-59-11
Edited by 𝅳Automeris naranja

Merge request reports