Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoniosBarotsis committed Mar 26, 2024
1 parent e3daead commit 20a8cab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ fn main() {
.with_decorations(false)
// TODO: Next 2 lines wont work for other resolutions
.with_inner_size([800.0, 180.0])
.with_position([(1920.0/2.0) - (850.0 / 2.0), 1080.0 - 180.0])
.with_position([(1920.0 / 2.0) - (850.0 / 2.0), 1080.0 - 180.0])
.with_always_on_top()
.with_transparent(true),
..Default::default()
Expand Down

0 comments on commit 20a8cab

Please sign in to comment.