zeal
zeal copied to clipboard
feat(ui): add zoom in/out buttons and menu
As requested in #1256, I added zoom in, zoom out and reset zoom items to the edit menu. Two convenient tool buttons for zoom in and zoom out were added to browser tab as well.
Thanks for looking into this. I think adding more buttons to the toolbar results in UI clutter. Nowadays major browsers moved to one menu button. I'd say Zeal should follow the trend. That would also allow us to address #1251.
Would you be willing to give menu button try?
Thanks, this is a good idea, I will move those buttons to a menu button ASAP.
Ok, sure. There are some ugly codes to make widget in QWidgetAction
behave like widget for QAction
in QMenu
, but I haven't found a better way to implement it :(.