Make the height of the bottom bar smaller

This commit is contained in:
Konstantinos Sideris 2018-09-29 14:05:59 +03:00
parent 18a98a7c1d
commit 758be07a5a
2 changed files with 4 additions and 4 deletions

View file

@ -66,7 +66,7 @@ constexpr int minWidth = 950;
} // namespace window
namespace textInput {
constexpr int height = 50;
constexpr int height = 44;
}
namespace sidebarActions {