From 04f976bfb2861e135ec2c20a710c233a9bf30b5f Mon Sep 17 00:00:00 2001 From: Cameron McCormack Date: Wed, 4 May 2016 14:47:49 +1000 Subject: [PATCH] Support min-{width,height} and text-indent in geckolib. --- ports/geckolib/properties.mako.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/ports/geckolib/properties.mako.rs b/ports/geckolib/properties.mako.rs index 0257ba9e8d6..2d291dd9618 100644 --- a/ports/geckolib/properties.mako.rs +++ b/ports/geckolib/properties.mako.rs @@ -360,6 +360,7 @@ impl Debug for ${style_struct.gecko_ffi_name} { # Types used with predefined_type()-defined properties that we can auto-generate. predefined_types = { + "LengthOrPercentage": impl_style_coord, "LengthOrPercentageOrAuto": impl_style_coord, "Number": impl_simple, "Opacity": impl_simple,