From 497894c5bfcb35d0cfae26fabf0803cf9dae4285 Mon Sep 17 00:00:00 2001 From: Igor Kushnir Date: Tue, 9 Mar 2021 10:59:02 +0200 Subject: [PATCH] Allow to configure Fit to page action shortcut in the UI --- YACReader/main_window_viewer.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/YACReader/main_window_viewer.cpp b/YACReader/main_window_viewer.cpp index 5f351935..4c893ef0 100644 --- a/YACReader/main_window_viewer.cpp +++ b/YACReader/main_window_viewer.cpp @@ -1328,6 +1328,7 @@ void MainWindowViewer::setUpShortcutsManagement() << doublePageAction << doubleMangaPageAction << adjustToFullSizeAction + << fitToPageAction << increasePageZoomAction << decreasePageZoomAction << resetZoomAction);