┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorGleb Kasachou <[email protected]>2025-06-27 10:47:21 +0300
committerMéven Car <[email protected]>2025-06-27 07:47:21 +0000
commit2e40aef45245bcc14bef59c4b93998d7ae2b0195 (patch)
tree1424ff387c932b93eec162b828ed2ce8de1219c6 /src/CMakeLists.txt
parent9b201b03c1ff8be03ba322d17ea246807cf1b4b9 (diff)
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.
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 5b02a0f76..bf1ed0101 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -117,6 +117,7 @@ target_sources(dolphinprivate PRIVATE
views/viewmodecontroller.cpp
views/viewproperties.cpp
views/zoomlevelinfo.cpp
+ views/zoomwidgetaction.cpp
dolphinremoveaction.cpp
middleclickactioneventfilter.cpp
dolphinnewfilemenu.cpp
@@ -170,6 +171,7 @@ target_sources(dolphinprivate PRIVATE
views/viewmodecontroller.h
views/viewproperties.h
views/zoomlevelinfo.h
+ views/zoomwidgetaction.h
dolphinremoveaction.h
middleclickactioneventfilter.h
dolphinnewfilemenu.h