Tomas Jelinek has uploaded a new change for review. Change subject: webadmin: removed redundant scroll bar in VM migration dialog ......................................................................
webadmin: removed redundant scroll bar in VM migration dialog Removed simply by making the content widgets smaller Change-Id: Ibf2bdb78a8819be5e78badb61500e2dee8089f46 Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=923343 Signed-off-by: Tomas Jelinek <[email protected]> --- M frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/view/popup/vm/VmMigratePopupView.ui.xml 1 file changed, 7 insertions(+), 3 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/12/18812/1 diff --git a/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/view/popup/vm/VmMigratePopupView.ui.xml b/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/view/popup/vm/VmMigratePopupView.ui.xml index 062804f..0ef3de5 100644 --- a/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/view/popup/vm/VmMigratePopupView.ui.xml +++ b/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/view/popup/vm/VmMigratePopupView.ui.xml @@ -17,14 +17,18 @@ .messagePanel { height: 70px; } + + .contentWidgets { + width: 97%; + } </ui:style> <d:SimpleDialogPanel width="400px" height="300px"> <d:content> <g:FlowPanel> - <e:EntityModelRadioButtonEditor ui:field="selectHostAutomaticallyEditor"/> - <e:EntityModelRadioButtonEditor ui:field="selectDestinationHostEditor"/> - <e:ListModelListBoxEditor ui:field="hostsListEditor"/> + <e:EntityModelRadioButtonEditor ui:field="selectHostAutomaticallyEditor" addStyleNames="{style.contentWidgets}"/> + <e:EntityModelRadioButtonEditor ui:field="selectDestinationHostEditor" addStyleNames="{style.contentWidgets}"/> + <e:ListModelListBoxEditor ui:field="hostsListEditor" addStyleNames="{style.contentWidgets}"/> <g:FlowPanel addStyleNames="{style.messagePanel}" > <g:Label ui:field="message1" addStyleNames="{style.errorLabel}" /> <g:Label ui:field="message2" addStyleNames="{style.noteLabel}" /> -- To view, visit http://gerrit.ovirt.org/18812 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ibf2bdb78a8819be5e78badb61500e2dee8089f46 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Tomas Jelinek <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
