Skip to content

Commit

Permalink
profilesearch: add some padding
Browse files Browse the repository at this point in the history
Signed-off-by: William Casarin <[email protected]>
  • Loading branch information
jb55 committed Feb 11, 2025
1 parent a95bc6a commit 194fa68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/notedeck_columns/src/ui/search_results.rs
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ impl<'a> SearchResultsView<'a> {
.show(ui.ctx(), |ui| {
egui::Frame::none()
.fill(ui.visuals().panel_fill)
.inner_margin(8.0)
.show(ui, |ui| {
let width = rect.width();
let scroll_resp = ScrollArea::vertical()
Expand Down

0 comments on commit 194fa68

Please sign in to comment.