You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-we...@googlegroups.com
I simply want a button to be aligned bottom. Apart from the fact that the following does not work, also the button loses its GWT style completely. What am I missing here?
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-we...@googlegroups.com
You're using styleName="" which is UiBinder's way of doing a setStyleName() on the widget. This replaces the default gwt-Button style-name added to Buttons.
You should use addStyleNames="{style.bottom}" instead.