We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f617a72 commit 3968cbaCopy full SHA for 3968cba
objdiff-gui/src/views/config.rs
@@ -297,8 +297,7 @@ pub fn config_ui(
297
node_open = NodeOpen::Open;
298
}
299
300
- egui::ScrollArea::both().show(ui, |ui| {
301
- ui.set_width(ui.available_width());
+ egui::ScrollArea::both().auto_shrink(false).show(ui, |ui| {
302
CollapsingHeader::new(RichText::new("🗀 Objects").font(FontId {
303
size: appearance.ui_font.size,
304
family: appearance.code_font.family.clone(),
0 commit comments