table: Update last empty column to 20px width. (#511)
This commit is contained in:
parent
11dbdb125a
commit
d051ac6a8c
1 changed files with 1 additions and 1 deletions
|
|
@ -275,7 +275,7 @@ pub trait TableDelegate: Sized + 'static {
|
||||||
|
|
||||||
/// Render the last empty column, default to empty.
|
/// Render the last empty column, default to empty.
|
||||||
fn render_last_empty_col(&mut self, cx: &mut ViewContext<Table<Self>>) -> Div {
|
fn render_last_empty_col(&mut self, cx: &mut ViewContext<Table<Self>>) -> Div {
|
||||||
h_flex().w(px(100.)).h_full().flex_shrink_0()
|
h_flex().w_5().h_full().flex_shrink_0()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue