Skip to content

Commit 73b826b

Browse files
committed
Merge remote-tracking branch 'origin/show_meta_data' into show_meta_data
2 parents b2177b2 + f3e3d2d commit 73b826b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ eframe = { version = "0.29.1", default-features = false, features = [
3333
"glow",
3434
"persistence",
3535
] }
36-
egui-file-dialog = { path = "." , features = ["information_view"]}
36+
egui-file-dialog = { path = "." , features = ["information_view"] }
3737
egui_extras = { version = "0.29", features = ["all_loaders"] }
3838
# required by the egui loaders
3939
image = { version = "0.25.5", features = ["bmp", "jpeg", "gif", "png", "tiff", "rayon"] }

examples/pick_file_with_information_view.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ impl eframe::App for MyApp {
4242
self.file_dialog.pick_file();
4343
}
4444

45-
self.file_dialog.set_right_panel_width(300.0);
45+
self.file_dialog.set_right_panel_width(200.0);
4646

4747
if let Some(path) = self
4848
.file_dialog

0 commit comments

Comments
 (0)