1
0
Fork 0
forked from wry/wry

theme: set min sizes to 0

This commit is contained in:
Julian Orth 2025-09-17 16:38:01 +02:00
parent f1670826da
commit 750e71c4b0

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