mirror of
https://github.com/Cyrix126/gupaxx.git
synced 2024-12-22 06:39:21 +00:00
fix: reduce item spacing in bottom bar to prevent overlap
This commit is contained in:
parent
425919b792
commit
29a0182102
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