Use a smaller icon size in the sidebar
This commit is contained in:
parent
83008f44e4
commit
e8cb2cee0c
@ -54,7 +54,7 @@ constexpr int height = 50;
|
||||
|
||||
namespace sidebarActions {
|
||||
constexpr int height = textInput::height;
|
||||
constexpr int iconSize = 28;
|
||||
constexpr int iconSize = 24;
|
||||
}
|
||||
|
||||
// Button settings.
|
||||
|
Loading…
Reference in New Issue
Block a user