How to append adw::end_action_widget after tabs?

I have following tabs implementation,
where [+] button placed after tabs but aligned to the right:

Can I append it after the tabs, not where entire tabs container ends?

You can’t. AdwTabBar tabs expand, and the only reason there’s a property to disable that is that elementary OS uses it (and they place the new tab button at the beginning)

1 Like

Yes, I supposed that’s impossible because of UI conception, even I wish to implement something similar to FireFox behavior.

Plus it placed inside the elements tree where I can’t align this child widget

Thanks for clear reply, anyway

Anyway, is any plans to make this feature optional? Because always moving cursor at the position where Chrome and Firefox have this element.

Also, would be useful to append new tab on double click on empty area, like in FF
Seems this behavior I can implement with GestureClick, just why not to have these regular features ‘from the box’.

Not sure where to make request about that, so doing that here.
Thanks.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.