Skip to content

Commit

Permalink
Use the same icon for recordings everywhere
Browse files Browse the repository at this point in the history
-> use the same icon as the one introduced by #4761
  • Loading branch information
abey79 committed Feb 21, 2024
1 parent 3c85348 commit 7d6649d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions crates/re_viewer/src/ui/recordings_panel.rs
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,10 @@ fn recording_ui(
ui.visuals().widgets.noninteractive.fg_stroke.color
};

ui.painter()
.circle(rect.center(), 4.0, color, egui::Stroke::NONE);
re_ui::icons::STORE
.as_image()
.tint(color)
.paint_at(ui, rect);
})
.with_buttons(|re_ui, ui| {
// Close-button:
Expand Down

0 comments on commit 7d6649d

Please sign in to comment.