Skip to content

Commit

Permalink
fix ui
Browse files Browse the repository at this point in the history
  • Loading branch information
Tijoxa committed Sep 7, 2024
1 parent d39ade1 commit ee9bd4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.rs
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ impl eframe::App for Index {

egui::CentralPanel::default().show(ctx, |ui| {
ui.horizontal(|ui| {
ui.add_space(ctx.available_rect().width() * 0.5 - 370.);
ui.add_space(ctx.available_rect().width() * 0.2 - 130.);
ui.vertical(|ui| {
ui.add_space(ctx.available_rect().height() * 0.5 - 170.);
ui.columns(2, |c| {
Expand Down

0 comments on commit ee9bd4d

Please sign in to comment.