ofri masad has uploaded a new change for review. Change subject: webadmin: Fix styling of ballooning checkbox ......................................................................
webadmin: Fix styling of ballooning checkbox Ballooning enable/disable checkbox in the cluster popup had the wrong width, which caused the text to break into a new line. Change-Id: I5a804619f5102a107a84c2e5ab09175f288870a1 Signed-off-by: Ofri Masad <[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/37/17237/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 20c0bb8..f905e1f 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 @@ -382,6 +382,7 @@ enableTrustedServiceEditor = new EntityModelCheckBoxEditor(Align.RIGHT); enableBallooning = new EntityModelCheckBoxEditor(Align.RIGHT); + enableBallooning.getContentWidgetContainer().setWidth("350px"); //$NON-NLS-1$ } private void initInfoIcons(ApplicationResources resources, ApplicationConstants constants, ApplicationTemplates templates) -- To view, visit http://gerrit.ovirt.org/17237 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I5a804619f5102a107a84c2e5ab09175f288870a1 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: ofri masad <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
