Tomas Jelinek has uploaded a new change for review. Change subject: frontend: make "any host in cluster" bigger ......................................................................
frontend: make "any host in cluster" bigger In french locale it was broken into 2 lines. The width: 150px did not make any sense so removing which makes it 100% width (the default). Change-Id: I9e8576b0c355a6ac67a8b3a7c96fa11fb3c87006 Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1001853 Signed-off-by: Tomas Jelinek <tjeli...@redhat.com> --- M frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/widget/uicommon/popup/vm/VmRunOncePopupWidget.ui.xml 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/25/19325/1 diff --git a/frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/widget/uicommon/popup/vm/VmRunOncePopupWidget.ui.xml b/frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/widget/uicommon/popup/vm/VmRunOncePopupWidget.ui.xml index ed378f2..9578df4 100644 --- a/frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/widget/uicommon/popup/vm/VmRunOncePopupWidget.ui.xml +++ b/frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/widget/uicommon/popup/vm/VmRunOncePopupWidget.ui.xml @@ -216,7 +216,7 @@ <g:FlowPanel> <g:Label addStyleNames="{style.sectionLabel}" text="{constants.runOnVmPopup}" /> <g:VerticalPanel addStyleNames="{style.runHostPanel}" verticalAlignment='ALIGN_MIDDLE'> - <e:EntityModelRadioButtonEditor width="150px" ui:field="isAutoAssignEditor" addStyleNames="{style.radioButton}" /> + <e:EntityModelRadioButtonEditor ui:field="isAutoAssignEditor" addStyleNames="{style.radioButton}" /> <g:HorizontalPanel verticalAlignment='ALIGN_MIDDLE'> <g:RadioButton ui:field="specificHost" addStyleNames="{style.radioButtonSpecificHost}" /> <g:Label text="{constants.specificVmPopup}" /> -- To view, visit http://gerrit.ovirt.org/19325 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I9e8576b0c355a6ac67a8b3a7c96fa11fb3c87006 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Tomas Jelinek <tjeli...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches