Skip to content

Commit

Permalink
Decrease default database icon size to 22px
Browse files Browse the repository at this point in the history
* Aligns better with entry text and condenses group list
  • Loading branch information
droidmonkey committed Jun 4, 2020
1 parent e039006 commit 712b822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/Global.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ static const auto FALSE_STR = QStringLiteral("false");

enum IconSize
{
Default = 24,
Default = 22,
Medium = 30,
Large = 36
};
Expand Down

0 comments on commit 712b822

Please sign in to comment.