Skip to content

ApplicationResouceButton: place icon side-by-side to the text

Emil Velikov requested to merge xexaxo/discover:icon-text-realign into master

Currently we use a ColumnLayout to place the icon, title and subtitle. This is visually awkward since it left aligns the relatively small icon where all the text follows us a blob.

Instead use a RowLayout for the icon and text, with the default spacing, ensuring we get a decent margin between the two.

This also aligns (pun intended) with the design used for the permissions UI further down.

Signed-off-by: Emil Velikov emil.velikov@collabora.com


Edit: adding a couple of pictures for illustration.

Current UI old
Proposed change new
Edited by Emil Velikov

Merge request reports