Skip to content

UserActionsMenu: Use an icon for the "Move to Desktop" -> "New Desktop" action

ivan tkachenko requested to merge work/ratijas/add-desktop into master

Taken from a pager applet, where all actions have icons. Worth porting to task manager as well.

image

There is one concern that is shifts all the labels to the right because menu allocates space for both checkboxes (radiobuttons) and icons, even when they do not overlap. I believe this is mostly a styling issue, not a conceptual one, and it should be reconsidered.

Merge request reports