Daniel Erez has uploaded a new change for review. Change subject: webadmin: cluster dialog - cropped labels in ES locale ......................................................................
webadmin: cluster dialog - cropped labels in ES locale Cluster dialog: fixed cropped labels in Optimization and Resilience Policy Tabs (es_ES locale). Change-Id: Iff1d5d2b3294c047fd63b6b5c8f6dfa37fb6c6d8 Signed-off-by: Daniel Erez <[email protected]> --- M frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/view/popup/cluster/ClusterPopupView.ui.xml 1 file changed, 2 insertions(+), 2 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/53/19353/1 diff --git a/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/view/popup/cluster/ClusterPopupView.ui.xml b/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/view/popup/cluster/ClusterPopupView.ui.xml index fd452bd..184d520 100644 --- a/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/view/popup/cluster/ClusterPopupView.ui.xml +++ b/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/view/popup/cluster/ClusterPopupView.ui.xml @@ -31,7 +31,7 @@ } .label { - width: 350px; + width: 100%; } .radioButtonsTabContent { @@ -138,7 +138,7 @@ } </ui:style> - <d:SimpleDialogPanel width="620px" height="560px"> + <d:SimpleDialogPanel width="670px" height="560px"> <d:content> <t:DialogTabPanel ui:field="tabsPanel" height="100%"> <t:tab> -- To view, visit http://gerrit.ovirt.org/19353 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Iff1d5d2b3294c047fd63b6b5c8f6dfa37fb6c6d8 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Daniel Erez <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
