zeal icon indicating copy to clipboard operation
zeal copied to clipboard

feat(ui): add zoom in/out buttons and menu

Open Serge45 opened this issue 4 years ago • 3 comments

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.

Serge45 avatar Aug 09 '20 15:08 Serge45

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?

trollixx avatar Aug 15 '20 02:08 trollixx

Thanks, this is a good idea, I will move those buttons to a menu button ASAP.

Serge45 avatar Aug 15 '20 04:08 Serge45

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 :(.

Serge45 avatar Sep 08 '20 07:09 Serge45