Skip to content

Commit 8f93ff2

Browse files
committed
נשימת החיים: That skeleton is ready for the world. [rebuild] [release] [mic-drop]
1 parent fb35c55 commit 8f93ff2

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

game/src/ungap/route.rs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,11 @@ impl RoutePlanner {
9191

9292
for (idx, waypt) in self.waypoints.iter().enumerate() {
9393
col.push(Widget::row(vec![
94-
format!("{}) {}", waypt.order, waypt.label).text_widget(ctx),
95-
// TODO Circular outline style?
94+
format!("{}) {}", waypt.order, waypt.label)
95+
.text_widget(ctx)
96+
.centered_vert(),
9697
ctx.style()
97-
.btn_outline
98+
.btn_plain_destructive
9899
.text("X")
99100
.build_widget(ctx, &format!("delete waypoint {}", idx)),
100101
]));

0 commit comments

Comments
 (0)