summaryrefslogtreecommitdiffstats
path: root/src/com/itmill/toolkit/terminal
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/itmill/toolkit/terminal')
-rw-r--r--src/com/itmill/toolkit/terminal/gwt/client/ui/ITextualDate.java5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/com/itmill/toolkit/terminal/gwt/client/ui/ITextualDate.java b/src/com/itmill/toolkit/terminal/gwt/client/ui/ITextualDate.java
index fa72f8d6ef..beff13d1c5 100644
--- a/src/com/itmill/toolkit/terminal/gwt/client/ui/ITextualDate.java
+++ b/src/com/itmill/toolkit/terminal/gwt/client/ui/ITextualDate.java
@@ -48,11 +48,6 @@ public class ITextualDate extends IDateField implements Paintable,
format = new SimpleDateFormat(cleanFormat(dts.getDateFormat()));
format.setLocale(dl);
- // Size the textfield a bit smaller if no clock time is needed
- if (currentResolution <= IDateField.RESOLUTION_DAY) {
- text.setColumns(12);
- }
-
// Create the initial text for the textfield
String dateText = "";
if (date != null) {