Make the height of the bottom bar smaller
This commit is contained in:
parent
18a98a7c1d
commit
758be07a5a
2 changed files with 4 additions and 4 deletions
|
|
@ -66,7 +66,7 @@ constexpr int minWidth = 950;
|
|||
} // namespace window
|
||||
|
||||
namespace textInput {
|
||||
constexpr int height = 50;
|
||||
constexpr int height = 44;
|
||||
}
|
||||
|
||||
namespace sidebarActions {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue