FIX SIZE CACHE
This commit is contained in:
1 parent
ecbb9e56e2
commit
1363f31fcd
9 files changed
+144
-178
No files matched your search
@@ -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