Vered Volansky has uploaded a new change for review. Change subject: webadmin: Fix cropped InfoIcons in ClusterPopupView ......................................................................
webadmin: Fix cropped InfoIcons in ClusterPopupView Change-Id: I66e166f7ed8a74bb2a9566d1126bc198deec34de Signed-off-by: Vered Volansky <vvola...@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, 5 insertions(+), 5 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/97/41097/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 a872e28..46b969b 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 @@ -665,9 +665,9 @@ } private void initInfoIcons() { - memoryOptimizationInfo = new InfoIcon(templates.italicFixedWidth("465px", constants.clusterPopupMemoryOptimizationInfo())); //$NON-NLS-1$ + memoryOptimizationInfo = new InfoIcon(templates.italicText(constants.clusterPopupMemoryOptimizationInfo())); //$NON-NLS-1$ - cpuThreadsInfo = new InfoIcon(templates.italicFixedWidth("600px", constants.clusterPopupCpuThreadsInfo())); //$NON-NLS-1$ + cpuThreadsInfo = new InfoIcon(templates.italicText(constants.clusterPopupCpuThreadsInfo())); //$NON-NLS-1$ schedulerOptimizationInfoIcon = new InfoIcon(SafeHtmlUtils.EMPTY_SAFE_HTML); allowOverbookingInfoIcon = new InfoIcon(SafeHtmlUtils.EMPTY_SAFE_HTML); @@ -679,12 +679,12 @@ spiceProxyEnabledCheckboxWithInfoIcon = new EntityModelWidgetWithInfo<String>(label, spiceProxyOverrideEnabled); fencingEnabledInfo = new InfoIcon( - templates.italicFixedWidth("400px", constants.fencingEnabledInfo())); //$NON-NLS-1$ + templates.italicText(constants.fencingEnabledInfo())); //$NON-NLS-1$ skipFencingIfSDActiveInfo = new InfoIcon( - templates.italicFixedWidth("400px", constants.skipFencingIfSDActiveInfo())); //$NON-NLS-1$ + templates.italicText(constants.skipFencingIfSDActiveInfo())); //$NON-NLS-1$ skipFencingIfConnectivityBrokenInfo = new InfoIcon( - templates.italicFixedWidth("400px", constants.skipFencingWhenConnectivityBrokenInfo())); //$NON-NLS-1$ + templates.italicText(constants.skipFencingWhenConnectivityBrokenInfo())); //$NON-NLS-1$ } @Override -- To view, visit https://gerrit.ovirt.org/41097 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I66e166f7ed8a74bb2a9566d1126bc198deec34de Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Vered Volansky <vvola...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches