Skip to content

system: Use AdwPreferencesPage:description-centered property in some pages

"Secure Shell", "Desktop Sharing" and "Remote Login" weren't using the AdwPreferencesPage:description property because it wasn't possible to make the description centered; instead, a GtkLabel was used. Now that AdwPreferencesPage has the "description-centered" property, using a GtkLabel is no longer necessary.

Also:

  • Bump libadwaita dependency to 1.6.alpha, since this property isn't available in 1.5.x
  • Since the description of the "Remote Login" page isn't written as a complete sentence, add a period to the phrase; the HIG guideline about not using a period isn't applicable in this case.
Edited by 𝅳Automeris naranja

Merge request reports