Skip to content

Commit 9ff3b86

Browse files
authored
Remove TODO (#9349)
1 parent a21dff5 commit 9ff3b86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/viewer/re_time_panel/src/time_panel.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1210,7 +1210,7 @@ impl TimePanel {
12101210
} else {
12111211
let space_needed_for_current_time = match timeline.typ() {
12121212
re_chunk_store::TimeType::Sequence => 100.0,
1213-
re_chunk_store::TimeType::DurationNs => 200.0, // TODO(#8635): verify this is correct
1213+
re_chunk_store::TimeType::DurationNs => 200.0,
12141214
re_chunk_store::TimeType::TimestampNs => 220.0,
12151215
};
12161216

0 commit comments

Comments
 (0)