mirror of
https://github.com/zellij-org/zellij.git
synced 2024-11-23 19:10:09 +03:00
feat(init): set max height on startup
This commit is contained in:
parent
50c3038731
commit
7bb2f82fd9
@ -12,6 +12,7 @@ register_tile!(State);
|
||||
impl MosaicTile for State {
|
||||
fn init(&mut self) {
|
||||
set_selectable(false);
|
||||
set_max_height(1);
|
||||
}
|
||||
|
||||
fn draw(&mut self, _rows: usize, cols: usize) {
|
||||
|
Loading…
Reference in New Issue
Block a user