mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2025-07-08 00:05: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)]
|
#[derive(Debug)]
|
||||||
pub enum TypeName {
|
pub enum TypeName {
|
||||||
// Xml, // TODO
|
// GuiXml, // TODO
|
||||||
Integer,
|
Integer,
|
||||||
Decimal,
|
Decimal,
|
||||||
AbsolutePx,
|
AbsolutePx,
|
||||||
|
@ -49,7 +49,7 @@ pub enum TypeName {
|
||||||
|
|
||||||
#[derive(Debug)]
|
#[derive(Debug)]
|
||||||
pub enum TypeValue {
|
pub enum TypeValue {
|
||||||
// Xml(()), // TODO
|
// GuiXml(()), // TODO
|
||||||
Integer(i64),
|
Integer(i64),
|
||||||
Decimal(f64),
|
Decimal(f64),
|
||||||
AbsolutePx(f32),
|
AbsolutePx(f32),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue