Gilad Chaplik has uploaded a new change for review. Change subject: webadmin: 'for min' label width is too short ......................................................................
webadmin: 'for min' label width is too short In cluster policy view. Causing line to break in other locales. removed width style. Change-Id: I5cfcdf53b068859c38a4ad00135383c63ddfe303 Bug-Url: https://bugzilla.redhat.com/921901 Signed-off-by: Gilad Chaplik <[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, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/93/13193/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 f9770b4..9e50cab 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 @@ -214,7 +214,7 @@ addStyleNames="{style.geryPanel}" /> </g:HorizontalPanel> </g:FlowPanel> - <g:HorizontalPanel ui:field="timeHorizontalPanel" width="70px" height="20px"> + <g:HorizontalPanel ui:field="timeHorizontalPanel" height="20px"> <g:Label ui:field="forTimeLabel" addStyleNames="{style.labelStyle}"/> <e:EntityModelTextBoxEditor ui:field="overCommitTimeEditor" width="40px" height="20px" addStyleNames="{style.timeTextBoxEditorWidget}"/> <g:Label ui:field="minTimeLabel" addStyleNames="{style.labelStyle}"/> -- To view, visit http://gerrit.ovirt.org/13193 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I5cfcdf53b068859c38a4ad00135383c63ddfe303 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Gilad Chaplik <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
