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 };