]> cloud.milkyroute.net Git - dolphin.git/commit
Combine the zoom menu entries into one Line
authorGleb Kasachou <gkosachov99@gmail.com>
Fri, 27 Jun 2025 07:47:21 +0000 (10:47 +0300)
committerMéven Car <meven@kde.org>
Fri, 27 Jun 2025 07:47:21 +0000 (07:47 +0000)
commit2e40aef45245bcc14bef59c4b93998d7ae2b0195
tree1424ff387c932b93eec162b828ed2ce8de1219c6
parent9b201b03c1ff8be03ba322d17ea246807cf1b4b9
Combine the zoom menu entries into one Line

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.
src/CMakeLists.txt
src/views/dolphinviewactionhandler.cpp
src/views/zoomwidgetaction.cpp [new file with mode: 0644]
src/views/zoomwidgetaction.h [new file with mode: 0644]