mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-07-26 16:25:23 -04:00
Decrease default database icon size to 22px
* Aligns better with entry text and condenses group list
This commit is contained in:
parent
e039006667
commit
712b8224c6
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ static const auto FALSE_STR = QStringLiteral("false");
|
||||||
|
|
||||||
enum IconSize
|
enum IconSize
|
||||||
{
|
{
|
||||||
Default = 24,
|
Default = 22,
|
||||||
Medium = 30,
|
Medium = 30,
|
||||||
Large = 36
|
Large = 36
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue