Tomas Jelinek has uploaded a new change for review. Change subject: userportal,webadmin: shrink VM,Pool,Template window ......................................................................
userportal,webadmin: shrink VM,Pool,Template window Shrinked the window so it fits to 1024x768 resolution. Change-Id: I84598f10564b8069077db6f67e977a049c8b946c Bug-Url: https://bugzilla.redhat.com/879329 Bug-Url: https://bugzilla.redhat.com/879331 Bug-Url: https://bugzilla.redhat.com/879334 Signed-off-by: Tomas Jelinek <[email protected]> --- M frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/view/popup/AbstractVmPopupView.java 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/12/11612/1 diff --git a/frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/view/popup/AbstractVmPopupView.java b/frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/view/popup/AbstractVmPopupView.java index a3b1c0b..acc542b 100644 --- a/frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/view/popup/AbstractVmPopupView.java +++ b/frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/view/popup/AbstractVmPopupView.java @@ -12,7 +12,7 @@ @Inject public AbstractVmPopupView(EventBus eventBus, CommonApplicationResources resources, AbstractVmPopupWidget popupWidget) { - super(eventBus, resources, popupWidget, "670px", "610px"); //$NON-NLS-1$ //$NON-NLS-2$ + super(eventBus, resources, popupWidget, "670px", "530px"); //$NON-NLS-1$ //$NON-NLS-2$ } } -- To view, visit http://gerrit.ovirt.org/11612 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I84598f10564b8069077db6f67e977a049c8b946c Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Tomas Jelinek <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
