Skip to content

privacy: Move subtitles to separate labels

Georges Basile Stavracas Neto requested to merge gbsneto/181 into master

Prior to 71e3e2b4, the subtitles were contained into separate GtkLabels connected to the the 'activate-link' signal. That commit moved these labels to inside the corresponding AdwActionRows, but did not account for the 'activate-link' signal.

To the best of my knowledgethere is currently no way to properly support this with libadwaita rows. In addition to that, the latest mockup [1] suggest placing these labels beneath the listbox anyway.

Move the subtitle labels to outside the action row, into a separate labels beneath the listbox. Connect to the 'activate-link' signal again.

Closes #181 (closed)

[1] https://gitlab.gnome.org/Teams/Design/os-mockups/-/raw/master/initial-setup/initial-setup.png


Before:

Captura_de_tela_de_2023-03-15_10-59-09

After:

Captura_de_tela_de_2023-03-15_10-58-03

Edited by Georges Basile Stavracas Neto

Merge request reports