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:
parent
6d8e87feb6
commit
bc7050d52f
|
@ -58,6 +58,9 @@ public class VREManagersPanel extends Composite {
|
|||
super();
|
||||
initWidget(mainPanel);
|
||||
|
||||
// set main panel width
|
||||
mainPanel.setWidth("100%");
|
||||
|
||||
Images images = GWT.create(Images.class);
|
||||
loadingImage = new Image(images.membersLoader().getSafeUri());
|
||||
postToImage = new Image(images.postToIcon().getSafeUri());
|
||||
|
|
Loading…
Reference in New Issue