mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-08 03:45:24 +00:00
menu_view: increase local font cache to 1 MiB
This allows the use of font sizes up to 50 px without constant cache misses.
This commit is contained in:
parent
202bb707ce
commit
d27c504261
@ -126,7 +126,7 @@ class Menu_view::Style_database
|
||||
|
||||
Style_database const &_style_database;
|
||||
|
||||
Cached_font::Limit _font_cache_limit { 256*1024 };
|
||||
Cached_font::Limit _font_cache_limit { 1024*1024 };
|
||||
Vfs_font _vfs_font;
|
||||
Cached_font _cached_font;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user