Skip to content

Commit b5565e6

Browse files
committed
Remove add_space workaround
1 parent 491342d commit b5565e6

13 files changed

+24
-28
lines changed
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading

tests/egui_tests/tests/test_widgets.rs

-4
Original file line numberDiff line numberDiff line change
@@ -189,10 +189,6 @@ fn test_widget_layout(name: &str, mut w: impl FnMut(&mut Ui) -> Response) {
189189
ui.end_row();
190190
}
191191
});
192-
193-
// For some reason the bottom is cut off otherwise...
194-
// TODO: Figure out why fit_contents doesn't work as expected
195-
ui.add_space(50.0);
196192
});
197193

198194
harness.fit_contents();

0 commit comments

Comments
 (0)