mirror of
https://github.com/djibux/BoilR.git
synced 2026-09-01 05:53:41 +02:00
Fix dpi scaling on linux
This commit is contained in:
+1
-1
@@ -332,7 +332,7 @@ impl MyEguiApp {
|
||||
|
||||
fn setup(ctx: &egui::Context) {
|
||||
#[cfg(target_family = "unix")]
|
||||
ctx.set_pixels_per_point(1.0);
|
||||
ctx.set_pixels_per_point(0.999);
|
||||
|
||||
let mut style: egui::Style = (*ctx.style()).clone();
|
||||
create_style(&mut style);
|
||||
|
||||
Reference in New Issue
Block a user