update
This commit is contained in:
parent
f3a85de02e
commit
86f61ff3f6
15 changed files with 918 additions and 41 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue