]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/views/dolphinviewactionhandler.h
Add Reset Zoom Level action inside View menu
[dolphin.git] / src / views / dolphinviewactionhandler.h
index 7d675b7d493960cea39aa770173be2169f535957..f931b3b9c5556efd38fcba2b034611f4d4718dd5 100644 (file)
@@ -131,6 +131,9 @@ private Q_SLOTS:
 
     /** Decreases the size of the current set view mode. */
     void zoomOut();
+    
+    /** Resets the size of the current set view mode to default. */
+    void zoomReset();
 
     /** Switches between a separate sorting and a mixed sorting of files and folders. */
     void toggleSortFoldersFirst();