WIP
This commit is contained in:
parent
5ce50b76f5
commit
1e0ab7e0dc
24 changed files with 3784 additions and 104 deletions
|
@ -111,6 +111,7 @@ pub enum ScreenValue {
|
|||
min,
|
||||
max,
|
||||
fit,
|
||||
fill,
|
||||
screen,
|
||||
full,
|
||||
auto,
|
||||
|
@ -159,6 +160,7 @@ impl ScreenValue {
|
|||
Self::min => "min",
|
||||
Self::max => "max",
|
||||
Self::fit => "fit",
|
||||
Self::fill => "fill",
|
||||
Self::screen => "screen",
|
||||
Self::full => "full",
|
||||
Self::auto => "auto",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue