1
0
Fork 0
forked from wry/wry

Merge pull request #610 from mahkoh/jorth/min-title-height

theme: set min sizes to 0
This commit is contained in:
mahkoh 2025-09-17 16:40:41 +02:00 committed by GitHub
commit 3933eba30c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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";