Merge pull request #610 from mahkoh/jorth/min-title-height
theme: set min sizes to 0
This commit is contained in:
commit
3933eba30c
1 changed files with 2 additions and 2 deletions
|
|
@ -427,8 +427,8 @@ macro_rules! sizes {
|
|||
}
|
||||
|
||||
sizes! {
|
||||
title_height = (1, 1000, 17),
|
||||
border_width = (1, 1000, 4),
|
||||
title_height = (0, 1000, 17),
|
||||
border_width = (0, 1000, 4),
|
||||
}
|
||||
|
||||
pub const DEFAULT_FONT: &str = "monospace 8";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue