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 7673b4d commit bda4cd5
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 @@ -399,7 +399,7 @@ impl InformationPanel {

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

0 comments on commit bda4cd5

Please sign in to comment.