From fd65a47d51e957af876d50adf5f56d8c5462ac95 Mon Sep 17 00:00:00 2001 From: Jonathan White Date: Sun, 28 Jun 2020 08:26:02 -0400 Subject: Introduce Compact Mode * Added to the new view menu, show entry/group icons at 16px and reduce toolbar icons to 22px. * Fix search widget being too large vertically (removed padding) --- src/core/Config.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/core/Config.h') diff --git a/src/core/Config.h b/src/core/Config.h index b3dc0fb85..9363873c9 100644 --- a/src/core/Config.h +++ b/src/core/Config.h @@ -84,6 +84,7 @@ public: GUI_AdvancedSettings, GUI_MonospaceNotes, GUI_ApplicationTheme, + GUI_CompactMode, GUI_CheckForUpdates, GUI_CheckForUpdatesIncludeBetas, -- cgit v1.2.3