Adding preview image.
This commit is contained in:
parent
48cd4e6eb6
commit
84dda34df6
2
README.md
Normal file
2
README.md
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
# Curently looks like this
|
||||||
|

|
||||||
BIN
assets/preview.png
Normal file
BIN
assets/preview.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 628 KiB |
@ -61,7 +61,7 @@ fn render_table(rows: &Vec<TableRow>) {
|
|||||||
table.with((Style::modern(), Alignment::center()));
|
table.with((Style::modern(), Alignment::center()));
|
||||||
table.modify(Columns::last(), Alignment::left());
|
table.modify(Columns::last(), Alignment::left());
|
||||||
table.with((
|
table.with((
|
||||||
Width::wrap(195).priority(Priority::max(true)),
|
Width::wrap(200).priority(Priority::max(true)),
|
||||||
Width::increase(60).priority(Priority::min(true)),
|
Width::increase(60).priority(Priority::min(true)),
|
||||||
));
|
));
|
||||||
table.modify(Columns::single(3), Alignment::left());
|
table.modify(Columns::single(3), Alignment::left());
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user