mirror of
https://github.com/YACReader/yacreader
synced 2025-07-27 01:15:07 -04:00
Added reset zoom action and fitting mode actions are now checkable and exclusive
This commit is contained in:
@ -55,6 +55,7 @@ class EditShortcutsDialog;
|
||||
void alwaysOnTopSwitch();
|
||||
void adjustToFullSizeSwitch();
|
||||
void fitToPageSwitch();
|
||||
void resetZoomLevel();
|
||||
void increasePageZoomLevel();
|
||||
void decreasePageZoomLevel();
|
||||
void reloadOptions();
|
||||
@ -127,6 +128,7 @@ class EditShortcutsDialog;
|
||||
QAction *alwaysOnTopAction;
|
||||
QAction *adjustToFullSizeAction;
|
||||
QAction *fitToPageAction;
|
||||
QAction *resetZoomAction;
|
||||
QAction *showZoomSliderlAction;
|
||||
QAction *increasePageZoomAction;
|
||||
QAction *decreasePageZoomAction;
|
||||
|
Reference in New Issue
Block a user