Support styling for Button in iced_web

This commit is contained in:
Héctor Ramón Jiménez 2020-02-05 01:04:46 +01:00
parent 0030bcbd33
commit 28fd9feb40
5 changed files with 45 additions and 26 deletions

View file

@ -28,7 +28,7 @@ impl<'a, Message> Row<'a, Message> {
Row {
spacing: 0,
padding: 0,
width: Length::Shrink,
width: Length::Fill,
height: Length::Shrink,
max_width: u32::MAX,
max_height: u32::MAX,