Tomer Saban has uploaded a new change for review. Change subject: webadmin: Elements in frame in "Scheduling Policy" ......................................................................
webadmin: Elements in frame in "Scheduling Policy" Did the necessary adjustments in order to keep all the elements in the "New/Clone/Edit Scheduling Policy" inside the frame, by changing it's height. Change-Id: I7216960d5d7584b387794fb0881944b000d4083f Bug-Url: https://bugzilla.redhat.com/1122420 Signed-off-by: Tomer Saban <[email protected]> --- M frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/view/popup/scheduling/ClusterPolicyPopupView.ui.xml 1 file changed, 2 insertions(+), 2 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/76/34276/1 diff --git a/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/view/popup/scheduling/ClusterPolicyPopupView.ui.xml b/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/view/popup/scheduling/ClusterPolicyPopupView.ui.xml index 8eec899..7f3fee2 100644 --- a/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/view/popup/scheduling/ClusterPolicyPopupView.ui.xml +++ b/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/view/popup/scheduling/ClusterPolicyPopupView.ui.xml @@ -3,7 +3,7 @@ <ui:UiBinder xmlns:ui="urn:ui:com.google.gwt.uibinder" xmlns:g="urn:import:com.google.gwt.user.client.ui" xmlns:d="urn:import:org.ovirt.engine.ui.common.widget.dialog" xmlns:e="urn:import:org.ovirt.engine.ui.common.widget.editor" xmlns:we="urn:import:org.ovirt.engine.ui.webadmin.widget.editor" - xmlns:ge="urn:import:org.ovirt.engine.ui.common.widget.editor.generic" + xmlns:ge="urn:import:org.ovirt.engine.ui.common.widget.editor.generic" xmlns:p="urn:import:org.ovirt.engine.ui.webadmin.section.main.view.popup.scheduling.panels" xmlns:k="urn:import:org.ovirt.engine.ui.common.widget.form.key_value"> @@ -86,7 +86,7 @@ } </ui:style> - <d:SimpleDialogPanel width="760px" height="650px"> + <d:SimpleDialogPanel width="700px" height="800px"> <d:content> <g:VerticalPanel> <g:FlowPanel> -- To view, visit http://gerrit.ovirt.org/34276 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I7216960d5d7584b387794fb0881944b000d4083f Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Tomer Saban <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
