Skip to content

Commit f617a72

Browse files
committed
Expand ScrollArea to full side panel width
1 parent 4407926 commit f617a72

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

objdiff-gui/src/views/config.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,7 @@ pub fn config_ui(
298298
}
299299

300300
egui::ScrollArea::both().show(ui, |ui| {
301+
ui.set_width(ui.available_width());
301302
CollapsingHeader::new(RichText::new("🗀 Objects").font(FontId {
302303
size: appearance.ui_font.size,
303304
family: appearance.code_font.family.clone(),

0 commit comments

Comments
 (0)