Skip to content

Commit

Permalink
Update src/information_panel.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Jannis <[email protected]>
  • Loading branch information
hacknus and fluxxcode authored Dec 5, 2024
1 parent 13ec6a8 commit 7673b4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/information_panel.rs
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ impl InformationPanel {
}

fn display_meta_data(&self, ui: &mut Ui, id: egui::Id, width: f32, item: &DirectoryEntry) {
egui::ScrollArea::vertical().id_salt(id).show(ui, |ui| {
egui::ScrollArea::vertical().id_salt(id.with("meta_data_scroll")).show(ui, |ui| {
egui::Grid::new("meta_data")
.num_columns(2)
.striped(true)
Expand Down

0 comments on commit 7673b4d

Please sign in to comment.