added FillMode enum style for the Rule widget

This commit is contained in:
Billy Messenger 2020-08-16 10:10:32 -05:00 committed by Héctor Ramón Jiménez
parent 8d68c8584e
commit 32561bd85c
5 changed files with 108 additions and 27 deletions

View file

@ -537,7 +537,7 @@ mod style {
color: SURFACE,
width: 2,
radius: 1,
fill_percent: 90,
fill_mode: rule::FillMode::Padded(15),
}
}
}