This commit is contained in:
JMARyA 2025-02-07 20:40:16 +01:00
parent 5ce50b76f5
commit 1e0ab7e0dc
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
24 changed files with 3784 additions and 104 deletions

View file

@ -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",