diff options
author | Artur Signell <artur.signell@itmill.com> | 2010-08-16 04:36:37 +0000 |
---|---|---|
committer | Artur Signell <artur.signell@itmill.com> | 2010-08-16 04:36:37 +0000 |
commit | 789c80e2537d800f029734184975c13464f116a8 (patch) | |
tree | 4096a6d40c24c10deef335564677ff7c957243e7 /src/com/vaadin/terminal/gwt/client/VErrorMessage.java | |
parent | 2ec9d85a5c82edd781eb3585209e6b4405d345e3 (diff) | |
download | vaadin-framework-789c80e2537d800f029734184975c13464f116a8.tar.gz vaadin-framework-789c80e2537d800f029734184975c13464f116a8.zip |
Formatted using Eclipse Helios / Windows XP
svn changeset:14496/svn branch:6.4
Diffstat (limited to 'src/com/vaadin/terminal/gwt/client/VErrorMessage.java')
-rw-r--r-- | src/com/vaadin/terminal/gwt/client/VErrorMessage.java | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/com/vaadin/terminal/gwt/client/VErrorMessage.java b/src/com/vaadin/terminal/gwt/client/VErrorMessage.java index ba5d5a9d24..d7ab581092 100644 --- a/src/com/vaadin/terminal/gwt/client/VErrorMessage.java +++ b/src/com/vaadin/terminal/gwt/client/VErrorMessage.java @@ -58,9 +58,11 @@ public class VErrorMessage extends FlowPanel { errorContainer = new VOverlay(); errorContainer.setWidget(this); } - errorContainer.setPopupPosition(DOM.getAbsoluteLeft(indicatorElement) - + 2 - * DOM.getElementPropertyInt(indicatorElement, "offsetHeight"), + errorContainer.setPopupPosition( + DOM.getAbsoluteLeft(indicatorElement) + + 2 + * DOM.getElementPropertyInt(indicatorElement, + "offsetHeight"), DOM.getAbsoluteTop(indicatorElement) + 2 * DOM.getElementPropertyInt(indicatorElement, |