main panel enlarged to 100% width

git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portlets/user/questions@128515 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Costantino Perciante 2016-05-06 16:23:57 +00:00
parent 6d8e87feb6
commit bc7050d52f
1 changed files with 3 additions and 0 deletions

View File

@ -57,6 +57,9 @@ public class VREManagersPanel extends Composite {
public VREManagersPanel() {
super();
initWidget(mainPanel);
// set main panel width
mainPanel.setWidth("100%");
Images images = GWT.create(Images.class);
loadingImage = new Image(images.membersLoader().getSafeUri());