Use a smaller icon size in the sidebar

This commit is contained in:
Konstantinos Sideris 2018-07-20 17:44:09 +03:00
parent 83008f44e4
commit e8cb2cee0c
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ constexpr int height = 50;
namespace sidebarActions { namespace sidebarActions {
constexpr int height = textInput::height; constexpr int height = textInput::height;
constexpr int iconSize = 28; constexpr int iconSize = 24;
} }
// Button settings. // Button settings.