┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/views/zoomwidgetaction.cpp
AgeCommit message (Collapse)Author
8 dayszoomwidgetactions: allow the zoom actions to appear in the commandbarMéven Car
kxmlgui KCommandBar uses QAction::menu() to construct its action list. Reuse the popupMenu as the menu, so KCommandbar finds zoom actions.
2025-06-28Add margins to the zoom menu entryGleb Kasachou
2025-06-27Combine the zoom menu entries into one LineGleb Kasachou
Replaced a KActionMenu that contained separate Zoom In, Zoom Out and Reset Zoom actions with a single QWidgetAction that provides the same functionality using three buttons arranged in a single line. Keyboard shortcuts for the three actions are preserved, and the actions still appear separately in the View submenu in the menubar.