File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -66,9 +66,6 @@ winres = "^0.1.12"
66
66
[target ."cfg(windows)" .dependencies ]
67
67
winreg = " ^0.10.1"
68
68
69
- [target .aarch64-unknown-linux-gnu ]
70
- pre-build = [" sudo apt-get update && sudo apt-get install -y libclang-dev libgtk-3-dev libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev libspeechd-dev libxkbcommon-dev libssl-dev" ]
71
-
72
69
[features ]
73
70
# This feature is enabled when building for a flatpak environment
74
71
flatpak = []
Original file line number Diff line number Diff line change @@ -332,7 +332,7 @@ impl MyEguiApp {
332
332
333
333
fn setup ( ctx : & egui:: Context ) {
334
334
#[ cfg( target_family = "unix" ) ]
335
- ctx. set_pixels_per_point ( 1.0 ) ;
335
+ ctx. set_pixels_per_point ( 0.999 ) ;
336
336
337
337
let mut style: egui:: Style = ( * ctx. style ( ) ) . clone ( ) ;
338
338
create_style ( & mut style) ;
You can’t perform that action at this time.
0 commit comments