Skip to content

Commit

Permalink
BIG
Browse files Browse the repository at this point in the history
  • Loading branch information
nullchinchilla committed May 13, 2024
1 parent 7846385 commit 0946c26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion binaries/geph5-client-gui/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ impl App {
cc.egui_ctx.set_fonts(fonts);
cc.egui_ctx.style_mut(|style| {
style.spacing.item_spacing = egui::vec2(8.0, 8.0);
style.spacing.button_padding = egui::vec2(6.0, 4.0);
style.spacing.button_padding = egui::vec2(5.0, 4.0);
});

Self {
Expand Down

0 comments on commit 0946c26

Please sign in to comment.