Merge branch 'master' into improvement/docs

This commit is contained in:
Héctor Ramón Jiménez 2019-11-21 13:53:02 +01:00
commit 428509c84a
13 changed files with 76 additions and 8 deletions

View file

@ -100,6 +100,10 @@ where
self.width
}
fn height(&self) -> Length {
Length::Shrink
}
fn layout(
&self,
renderer: &Renderer,