Rename GuiXml to Layout data type

This commit is contained in:
Keavon Chambers
2020-07-13 03:41:40 -07:00
parent 9e592f67e8
commit 487c0d9312
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -224,7 +224,7 @@ impl AttributeParser {
// Return the case-insensitive TypeName enum for the individual type
match &individual_type.to_ascii_lowercase()[..] {
// "xml" => TypeName::Xml, // TODO
// "layout" => TypeName::Layout, // TODO
"integer" => TypeName::Integer,
"decimal" => TypeName::Decimal,
"absolutepx" => TypeName::AbsolutePx,