Tomas Jelinek has uploaded a new change for review.

Change subject: webadmin: spiceProxyOverrideEnabled label overlapped in spanish
......................................................................

webadmin: spiceProxyOverrideEnabled label overlapped in spanish

Fixed by setting the label big enough so the translated text fits in

Change-Id: I1e02bd278e79d2571eb99b7dab70bab1c775bc81
Bug-Url: https://bugzilla.redhat.com/1088868
Signed-off-by: Tomas Jelinek <tjeli...@redhat.com>
---
M 
frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/view/popup/cluster/ClusterPopupView.java
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/60/27160/1

diff --git 
a/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/view/popup/cluster/ClusterPopupView.java
 
b/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/view/popup/cluster/ClusterPopupView.java
index af3b309..b61dc2c 100644
--- 
a/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/view/popup/cluster/ClusterPopupView.java
+++ 
b/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/view/popup/cluster/ClusterPopupView.java
@@ -497,6 +497,7 @@
 
         EntityModelLabel label = new EntityModelLabel();
         label.setText(constants.clusterSpiceProxyEnable());
+        label.setWidth("250px"); //$NON-NLS-1$
         spiceProxyOverrideEnabled = new EntityModelCheckBoxOnlyEditor();
         spiceProxyEnabledCheckboxWithInfoIcon = new 
EntityModelWidgetWithInfo(label, spiceProxyOverrideEnabled);
     }


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I1e02bd278e79d2571eb99b7dab70bab1c775bc81
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: ovirt-engine-3.4
Gerrit-Owner: Tomas Jelinek <tjeli...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to