meli/ui/src/components/mail
Manos Pitsidianakis 995e70e009
ui: change line_break meaning in write_string_to_grid
Change line_break parameter from bool flag (whether to break in the end
of a line or not) to an Option<usize>, where the value is the x_offset
of the left side of the area. Thus if line_break == Some(_) when a line
ends its value is set as x to continue in the next line properly.
2019-11-18 14:49:50 +02:00
..
listing ui: change line_break meaning in write_string_to_grid 2019-11-18 14:49:50 +02:00
view ui: change line_break meaning in write_string_to_grid 2019-11-18 14:49:50 +02:00
compose.rs ui: change line_break meaning in write_string_to_grid 2019-11-18 14:49:50 +02:00
listing.rs ui: change line_break meaning in write_string_to_grid 2019-11-18 14:49:50 +02:00
pgp.rs Add GPG signing and sig verifying 2019-09-28 12:19:22 +03:00
status.rs ui: change line_break meaning in write_string_to_grid 2019-11-18 14:49:50 +02:00
view.rs ui: change line_break meaning in write_string_to_grid 2019-11-18 14:49:50 +02:00