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 <[email protected]>
---
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/84/26884/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 7f362b9..9d8784a 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
@@ -523,6 +523,7 @@
 
         StringEntityModelLabel label = new StringEntityModelLabel();
         label.setText(constants.clusterSpiceProxyEnable());
+        label.setWidth("250px"); //$NON-NLS-1$
         spiceProxyOverrideEnabled = new EntityModelCheckBoxOnlyEditor();
         spiceProxyEnabledCheckboxWithInfoIcon = new 
EntityModelWidgetWithInfo<String>(label, spiceProxyOverrideEnabled);
     }


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I1e02bd278e79d2571eb99b7dab70bab1c775bc81
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

Reply via email to