From 65c452ec272bc3e0d3bf5f94afb7a6df067ca090 Mon Sep 17 00:00:00 2001 From: Matti Tahvonen Date: Fri, 24 Aug 2007 06:58:57 +0000 Subject: [PATCH] changed pixels to also include symbol (we'll love this on gwt side) svn changeset:2116/svn branch:trunk --- src/com/itmill/toolkit/terminal/Sizeable.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/com/itmill/toolkit/terminal/Sizeable.java b/src/com/itmill/toolkit/terminal/Sizeable.java index 8849808df1..b75cfaddd4 100644 --- a/src/com/itmill/toolkit/terminal/Sizeable.java +++ b/src/com/itmill/toolkit/terminal/Sizeable.java @@ -96,7 +96,7 @@ public interface Sizeable { * Textual representations of units symbols. Supported units and their * symbols are: * * These can be used like Sizeable.UNIT_SYMBOLS[UNITS_PIXELS]. */ - public static final String[] UNIT_SYMBOLS = { "", "pt", "pc", "em", "ex", + public static final String[] UNIT_SYMBOLS = { "px", "pt", "pc", "em", "ex", "mm", "cm", "in", "%", "rows" }; /** -- 2.39.5