Support min-{width,height} and text-indent in geckolib.

This commit is contained in:
Cameron McCormack 2016-05-04 14:47:49 +10:00
parent 8d6a99b46e
commit 04f976bfb2

View file

@ -360,6 +360,7 @@ impl Debug for ${style_struct.gecko_ffi_name} {
# Types used with predefined_type()-defined properties that we can auto-generate. # Types used with predefined_type()-defined properties that we can auto-generate.
predefined_types = { predefined_types = {
"LengthOrPercentage": impl_style_coord,
"LengthOrPercentageOrAuto": impl_style_coord, "LengthOrPercentageOrAuto": impl_style_coord,
"Number": impl_simple, "Number": impl_simple,
"Opacity": impl_simple, "Opacity": impl_simple,