From 712b8224c6dc554cf0b7b16f60f32b182e16ead9 Mon Sep 17 00:00:00 2001 From: Jonathan White Date: Thu, 4 Jun 2020 17:35:59 -0400 Subject: [PATCH] Decrease default database icon size to 22px * Aligns better with entry text and condenses group list --- src/core/Global.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 };