Skip to content

Commit

Permalink
Set default dpi to 1200
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuuuube committed Jul 24, 2024
1 parent ba5ca67 commit 9a10d5c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"

[dependencies]
rawaccel_convert = { git = "https://github.com/Kuuuube/rawaccel_convert.git", rev = "7278c0c5dfabb7589323ada92f562615f3e60a70" }
rawaccel_convert = { git = "https://github.com/Kuuuube/rawaccel_convert.git", rev = "e8b0cc3763b56b96597178f9ec5ee74810a045f8" }
egui = "0.28.1"
eframe = { version = "0.28.1", features = [ "default_fonts", "glow", "persistence" ] }
env_logger = "0.11.3"
Expand Down
2 changes: 1 addition & 1 deletion src/gui.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ impl Default for RawaccelConvertSettings {
point_count_string: "64".to_string(),

//global
dpi_string: "1000".to_string(),
dpi_string: "1200".to_string(),
sens_multiplier_string: "1.0".to_string(),
curve_type_string: "Off".to_string(),

Expand Down

0 comments on commit 9a10d5c

Please sign in to comment.