Lior Vernia has uploaded a new change for review.

Change subject: webadmin: Added scrolling to vNIC section in add VM
......................................................................

webadmin: Added scrolling to vNIC section in add VM

Added a vertical scroll bar to the vNIC section in the add VM dialog.

Change-Id: I0d1c45470c23fdb561bfb5573e133591c138c276
Bug-Url: https://bugzilla.redhat.com/1012798
Signed-off-by: Lior Vernia <[email protected]>
---
M 
frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/widget/profile/ProfilesInstanceTypeEditor.ui.xml
1 file changed, 4 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/66/20566/1

diff --git 
a/frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/widget/profile/ProfilesInstanceTypeEditor.ui.xml
 
b/frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/widget/profile/ProfilesInstanceTypeEditor.ui.xml
index f12f7d1..680378b 100644
--- 
a/frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/widget/profile/ProfilesInstanceTypeEditor.ui.xml
+++ 
b/frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/widget/profile/ProfilesInstanceTypeEditor.ui.xml
@@ -8,7 +8,7 @@
                        float: left;
                        padding-left: 5px;
                        margin-left: 5px;
-                       width: 350px;
+                       width: 400px;
                }
 
                .headerLabel {
@@ -28,7 +28,9 @@
 
        <g:FlowPanel addStyleNames="{style.mainPanel}" >
                <g:Label ui:field="headerLabel" 
addStyleNames="{style.headerLabel}" />
-               <g:FlowPanel ui:field="contentPanel" />
+               <g:ScrollPanel height="190px">
+                       <g:FlowPanel ui:field="contentPanel" />
+               </g:ScrollPanel>
        </g:FlowPanel>
 
 </ui:UiBinder>


-- 
To view, visit http://gerrit.ovirt.org/20566
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I0d1c45470c23fdb561bfb5573e133591c138c276
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: ovirt-engine-3.3
Gerrit-Owner: Lior Vernia <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to