Frank Kobzik has uploaded a new change for review. Change subject: frontend: wrapped 'RDP' string in japanese localization ......................................................................
frontend: wrapped 'RDP' string in japanese localization String 'Remote Desktop' was broken into two lines in 'Console Options' dialog. Change-Id: I65b57c348058d581c6138c91f4832d4a9cd04a68 Signed-off-by: Frantisek Kobzik <[email protected]> Bug-Url: https://bugzilla.redhat.com/1000968 --- M frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/view/popup/ConsolePopupView.ui.xml 1 file changed, 4 insertions(+), 5 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/89/18689/1 diff --git a/frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/view/popup/ConsolePopupView.ui.xml b/frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/view/popup/ConsolePopupView.ui.xml index 76c5107..477fd11 100644 --- a/frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/view/popup/ConsolePopupView.ui.xml +++ b/frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/view/popup/ConsolePopupView.ui.xml @@ -30,10 +30,9 @@ width: 300px; } - .threeNextToEachOther { + .protocolRadioButton { float:left; display:inline; - width: 30%; } .protocolPanel { @@ -48,9 +47,9 @@ <g:FlowPanel> <g:Label ui:field="consoleTitle" addStyleNames="{style.labelStyle}" /> <g:FlowPanel> - <e:EntityModelRadioButtonEditor ui:field="spiceRadioButton" addStyleNames="{style.threeNextToEachOther}"/> - <e:EntityModelRadioButtonEditor ui:field="vncRadioButton" addStyleNames="{style.threeNextToEachOther}"/> - <e:EntityModelRadioButtonEditor ui:field="remoteDesktopRadioButton" addStyleNames="{style.threeNextToEachOther}" /> + <e:EntityModelRadioButtonEditor ui:field="spiceRadioButton" addStyleNames="{style.protocolRadioButton}"/> + <e:EntityModelRadioButtonEditor ui:field="vncRadioButton" addStyleNames="{style.protocolRadioButton}"/> + <e:EntityModelRadioButtonEditor ui:field="remoteDesktopRadioButton" addStyleNames="{style.protocolRadioButton}" /> </g:FlowPanel> </g:FlowPanel> -- To view, visit http://gerrit.ovirt.org/18689 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I65b57c348058d581c6138c91f4832d4a9cd04a68 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Frank Kobzik <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
