mirror of
https://github.com/Cyrix126/gupaxx.git
synced 2025-04-06 14:37:29 +00:00
fix: reduce item spacing in bottom bar to prevent overlap
This commit is contained in:
parent
6f0ff8e67c
commit
0b420fa427
1 changed files with 1 additions and 0 deletions
|
@ -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(
|
||||
|
|
Loading…
Reference in a new issue