Skip to content

Commit

Permalink
Add spacing before places
Browse files Browse the repository at this point in the history
  • Loading branch information
fluxxcode committed Feb 1, 2024
1 parent 7b30b85 commit dbd7290
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/file_dialog.rs
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,8 @@ impl FileDialog {
egui::containers::ScrollArea::vertical()
.auto_shrink([false, false])
.show(ui, |ui| {
ui.add_space(ctx.style().spacing.item_spacing.y * 2.0);

self.ui_update_user_directories(ui);

ui.add_space(ctx.style().spacing.item_spacing.y * 4.0);
Expand Down

0 comments on commit dbd7290

Please sign in to comment.