mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2025-07-07 15:55:00 +00:00
Rename last remaining data type to GuiXml
This commit is contained in:
parent
7918f71c1d
commit
386a823493
1 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@ pub enum TypeValueOrArgument {
|
|||
|
||||
#[derive(Debug)]
|
||||
pub enum TypeName {
|
||||
// Xml, // TODO
|
||||
// GuiXml, // TODO
|
||||
Integer,
|
||||
Decimal,
|
||||
AbsolutePx,
|
||||
|
@ -49,7 +49,7 @@ pub enum TypeName {
|
|||
|
||||
#[derive(Debug)]
|
||||
pub enum TypeValue {
|
||||
// Xml(()), // TODO
|
||||
// GuiXml(()), // TODO
|
||||
Integer(i64),
|
||||
Decimal(f64),
|
||||
AbsolutePx(f32),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue