Alona Kaplan has uploaded a new change for review.

Change subject: webadmin: Host Edit Network dialog - fix custom properties 
layout
......................................................................

webadmin: Host Edit Network dialog - fix custom properties layout

Make dropdown wider so whole string 'Please select a key...' is visible.

Change-Id: Iaf25dde046346f8bea239b9e3f6c963f86e74adc
Bug-Url: https://bugzilla.redhat.com/1124404
Signed-off-by: Alona Kaplan <[email protected]>
---
M 
frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/view/popup/host/HostInterfacePopupView.java
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/22/30822/1

diff --git 
a/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/view/popup/host/HostInterfacePopupView.java
 
b/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/view/popup/host/HostInterfacePopupView.java
index 12ec7c9..b3a2b00 100644
--- 
a/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/view/popup/host/HostInterfacePopupView.java
+++ 
b/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/view/popup/host/HostInterfacePopupView.java
@@ -192,7 +192,7 @@
         });
         bootProtocol = new 
EnumRadioEditor<NetworkBootProtocol>(NetworkBootProtocol.class);
         qosWidget = new NetworkQosWidget(constants);
-        customPropertiesWidget = new KeyValueWidget<KeyValueModel>("310px", 
"140px"); //$NON-NLS-1$ $NON-NLS-2$
+        customPropertiesWidget = new KeyValueWidget<KeyValueModel>("320px", 
"160px"); //$NON-NLS-1$ $NON-NLS-2$
 
         qosOverridden = new 
org.ovirt.engine.ui.common.widget.editor.generic.EntityModelCheckBoxEditor(Align.RIGHT);
         checkConnectivity = new EntityModelCheckBoxEditor(Align.RIGHT);


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

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

Reply via email to