mirror of
https://github.com/Universal-Debloater-Alliance/universal-android-debloater-next-generation.git
synced 2026-08-24 06:24:19 +02:00
fix(gui): explicitly request Adwaita Sans font on Linux to prevent Bounding Box clipping from monospace fallback
This commit is contained in:
parent
e0e87e39ea
commit
9108e3d4b4
1 changed files with 5 additions and 0 deletions
|
|
@ -426,6 +426,11 @@ impl UadGui {
|
|||
.settings(Settings {
|
||||
id: Some(String::from(NAME)),
|
||||
default_text_size: iced::Pixels(16.0),
|
||||
#[cfg(target_os = "linux")]
|
||||
default_font: iced::Font {
|
||||
family: iced::font::Family::Name("Adwaita Sans"),
|
||||
..Default::default()
|
||||
},
|
||||
..Settings::default()
|
||||
})
|
||||
.window(Window {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue