Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan White <support@dmapps.us>2020-06-28 15:26:02 +0300
committerJonathan White <support@dmapps.us>2020-06-28 23:21:50 +0300
commitfd65a47d51e957af876d50adf5f56d8c5462ac95 (patch)
tree3754efe7c2026becbd6b22e47d1e09a336571932 /src/core/Config.h
parent4bf6d8d94dd8cf16e5714a922103b73abe1e1ff5 (diff)
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)
Diffstat (limited to 'src/core/Config.h')
-rw-r--r--src/core/Config.h1
1 files changed, 1 insertions, 0 deletions
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,