Decrease default database icon size to 22px

* Aligns better with entry text and condenses group list
This commit is contained in:
Jonathan White 2020-06-04 17:35:59 -04:00
parent e039006667
commit 712b8224c6
No known key found for this signature in database
GPG Key ID: 440FC65F2E0C6E01

View File

@ -48,7 +48,7 @@ static const auto FALSE_STR = QStringLiteral("false");
enum IconSize
{
Default = 24,
Default = 22,
Medium = 30,
Large = 36
};