This commit is contained in:
JMARyA 2025-01-16 18:22:52 +01:00
parent f3a85de02e
commit 86f61ff3f6
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
15 changed files with 918 additions and 41 deletions

View file

@ -70,6 +70,7 @@ impl UIWidget for SpaceBetweenWidget {
}
#[allow(non_camel_case_types)]
#[derive(Debug, Clone, Copy)]
pub enum ScreenValue {
_0,
_0p5,
@ -165,6 +166,7 @@ impl ScreenValue {
}
}
#[derive(Debug, Clone, Copy)]
pub enum Fraction {
_1on2,
_1on3,