Similar to this question's screenshot, my RCP App has those annoying spaces between actions on the coolbar. My guess is that it's because I'm using deprecated extensions in the plugin.xml
(i.e. viewActions
actionSet
s).
For now, I don't want to begin changing all those action implementations to comply with the new rules (mostly because there are A LOT of those actions).
Question: Can I somehow apply CSS styling to that CoolBar
so that extra spaces are grabbed by the actions?
The road so far:
Looking at the debug plugin which does align the toolbar entries correctly it first defines a toolbar like this:
and then in the
actionSet
references the defined toolbar: