Skip to content

Commit

Permalink
Add TODO(#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
rexim committed Jun 23, 2021
1 parent d79b2c5 commit 44c188d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ impl Ui {
}

fn label_fixed_width(&mut self, text: &str, width: i32, pair: i16) {
// TODO(#17): Ui::label_fixed_width() does not elide the text when width < text.len()
let layout = self
.layouts
.last_mut()
Expand Down

0 comments on commit 44c188d

Please sign in to comment.