Skip to content

Commit

Permalink
Fix some slightly ugly overlap
Browse files Browse the repository at this point in the history
  • Loading branch information
CaspianA1 committed Sep 26, 2024
1 parent 3e2cab0 commit b11af62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dashboard_defs/dashboard.rs
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ pub fn make_dashboard(
////////// Making a weather window

let weather_window = make_weather_window(
Vec2f::new(0.005, 0.01),
Vec2f::new(0.008, 0.01),
weather_and_credit_window_size,
update_rate_creator,
&api_keys.tomorrow_io,
Expand Down

0 comments on commit b11af62

Please sign in to comment.