Skip to content

Commit

Permalink
fix: reduce item spacing in bottom bar to prevent overlap
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyrix126 committed Oct 6, 2024
1 parent 425919b commit 29a0182
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/panels/bottom.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ impl crate::app::App {
let size = vec2(0.0, height);
// [Gupax Version]
// Is yellow if the user updated and should (but isn't required to) restart.
ui.spacing_mut().item_spacing = ui.spacing().item_spacing / 2.0;
match *lock!(self.restart) {
Restart::Yes => ui
.add_sized(
Expand Down

0 comments on commit 29a0182

Please sign in to comment.