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-05 00:35:59 +0300
committerJonathan White <support@dmapps.us>2020-06-05 00:35:59 +0300
commit712b8224c6dc554cf0b7b16f60f32b182e16ead9 (patch)
treeabef5a23627980641bacf0c62ed6d780d8b204e6 /src/core/Global.h
parente039006667a432b9b1c23a4522704b0d8d9ca93f (diff)
Decrease default database icon size to 22px
* Aligns better with entry text and condenses group list
Diffstat (limited to 'src/core/Global.h')
-rw-r--r--src/core/Global.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/Global.h b/src/core/Global.h
index 73aea2e14..ad6cc1f08 100644
--- a/src/core/Global.h
+++ b/src/core/Global.h
@@ -48,7 +48,7 @@ static const auto FALSE_STR = QStringLiteral("false");
enum IconSize
{
- Default = 24,
+ Default = 22,
Medium = 30,
Large = 36
};