mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
Use a smaller icon size in the sidebar
This commit is contained in:
parent
83008f44e4
commit
e8cb2cee0c
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue