Skip to content

Commit

Permalink
Fix dpi.
Browse files Browse the repository at this point in the history
  • Loading branch information
entropylost committed Sep 28, 2024
1 parent 5aac68e commit 0a480eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ pub fn main() {

let app = App::new("Thelema Render", grid_size)
.scale(4)
.dpi_override(2.0)
// .dpi_override(2.0)
.agx()
.init();

Expand Down

0 comments on commit 0a480eb

Please sign in to comment.