Revision c658bf66 web_client/src/gr/grnet/pithos/web/client/MessagePanel.java

b/web_client/src/gr/grnet/pithos/web/client/MessagePanel.java
113 113
	 * Build the panel that contains the icon, the message and the 'clear' link.
114 114
	 */
115 115
	private void buildPanel() {
116
		inner.clear();
116 117
		inner.setHorizontalAlignment(HasHorizontalAlignment.ALIGN_CENTER);
117 118
		inner.setVerticalAlignment(HasVerticalAlignment.ALIGN_MIDDLE);
118
		inner.setSpacing(4);
119
//		inner.setSpacing(4);
119 120
		inner.add(message);
120 121
		inner.add(clearMessageLink);
121 122
		inner.setCellVerticalAlignment(message, HasVerticalAlignment.ALIGN_MIDDLE);

Also available in: Unified diff