Skip to content

applets/systray: Fix alignment of entries config headers

Ismael Asensio requested to merge work/iasensio/systray-fix-config-headers into master

The alignment of headers is based on mimicking the delegate's fixed width for all columns but the "Entries" one which fills the space.

Make sure that the width of the header matches that of the list view so the alignment can work.

Also elade the text on "Entries" to avoid overlapping and account for some extra spacings so the alignment to columns is pixel perfect.

BEFORE AFTER
Layout Width systray-config-before-1 systray-config-after-1
Entries systray-config-before-2 systray-config-after-2
Visibility systray-config-before-3 systray-config-after-3

BUG: 476547
FIXED-IN: 6

Merge request reports