Skip to content

privacy: Move subtitles to separate labels

Will Thompson requested to merge wip/wjt/181-backport-to-gnome-43 into gnome-43

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 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.

Backport of !193 (merged) to the gnome-43 branch. Does a UI freeze exception for GNOME 44 also apply to GNOME 43? :)

Merge request reports