FIX SIZE CACHE
This commit is contained in:
@@ -58,7 +58,7 @@ pub type TextBuffer = Buffer;
|
||||
|
||||
impl Default for TextAttrs {
|
||||
fn default() -> Self {
|
||||
let size = 14.0;
|
||||
let size = 16.0;
|
||||
Self {
|
||||
color: UiColor::WHITE,
|
||||
font_size: size,
|
||||
|
||||
Reference in New Issue
Block a user