Skip to content

Commit 1aa32f6

Browse files
committed
Border radius
1 parent 2e6c19a commit 1aa32f6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

crates/bevy_dev_tools/src/diagnostics_overlay.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -358,6 +358,7 @@ fn build_overlay(
358358
(
359359
Node {
360360
padding: DEFAULT_PADDING,
361+
border_radius: BorderRadius::bottom(Val::Px(4.)),
361362
..Default::default()
362363
},
363364
DiagnosticsOverlayHeader,
@@ -381,6 +382,7 @@ fn build_overlay(
381382
row_gap: ROW_COLUMN_GAP,
382383
column_gap: ROW_COLUMN_GAP,
383384
padding: DEFAULT_PADDING,
385+
border_radius: BorderRadius::bottom(Val::Px(4.)),
384386
..Default::default()
385387
},
386388
DiagnosticsOverlayContents,

0 commit comments

Comments
 (0)