Skip to content

Commit 28289ac

Browse files
committed
Remove thingy that got fixed
1 parent ffbd0e5 commit 28289ac

File tree

1 file changed

+0
-4
lines changed
  • crates/example_dialogue_view/src

1 file changed

+0
-4
lines changed

crates/example_dialogue_view/src/setup.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,6 @@ fn setup(mut commands: Commands) {
4343
MinTrackSizingFunction::Auto,
4444
MaxTrackSizingFunction::Px(DIALOG_WIDTH),
4545
)],
46-
// In the web, `GridTrack::auto()` should already work like this,
47-
// but it seems like Bevy disagrees?
48-
// If you remove this line in the future and everything looks the same, go ahead!
49-
grid_auto_rows: vec![GridTrack::min_content()],
5046
..default()
5147
},
5248
Visibility::Hidden,

0 commit comments

Comments
 (0)