Skip to content

[Effects/Adjustments] Show effect icons on the menu #2120

@pedropaulosuzuki

Description

@pedropaulosuzuki

Description
Following the work of #2092, we should be able to use custom widgets to show the adjustment and effect icons in the menu, using the new redesign started by @yioannides in #2091. This would help a lot on the discoverability of effects, since new users currently need to test them one by one to understand what they do, and the icons help on recognition. Suggestions like #705 probably come from this lack of icons.

However, this wouldn't just work like the ToolBarDropDownButton, because we don't have a selection and we need to run an action, no matter if we "changed from the last selection or not", so we would need another custom widget for that dropdown, unless we can magically insert the icons in a MenuButton (or similar). Otherwise we can hack on top of Gtk.Dropdown and do some magic where we ignore the selection and run an action on click/activate of a child widget, but I'd rather avoid such hacks, if possible.

Opening this for discussion on what the best method to do this would be to accomplish this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    uiUser interface issues

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions