Lior Vernia has uploaded a new change for review. Change subject: webadmin: Fix height of EntityModelWidgetWithInfo ......................................................................
webadmin: Fix height of EntityModelWidgetWithInfo Fixed the height to be the same as most other widgets, to correct all sorts of layout issues. Also removed references to styles that no longer exist. Change-Id: Ia3a8381cf747609389f6c2ec806bef65d9248ee1 Bug-Url: https://bugzilla.redhat.com/1115524 Signed-off-by: Lior Vernia <[email protected]> (cherry picked from commit ca3d2e96fbeb2473b8e004043541ab4ee8fc8f5d) --- M frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/widget/EntityModelWidgetWithInfo.ui.xml 1 file changed, 6 insertions(+), 6 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/09/31909/1 diff --git a/frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/widget/EntityModelWidgetWithInfo.ui.xml b/frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/widget/EntityModelWidgetWithInfo.ui.xml index 7ab595b..a636012 100644 --- a/frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/widget/EntityModelWidgetWithInfo.ui.xml +++ b/frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/widget/EntityModelWidgetWithInfo.ui.xml @@ -10,14 +10,14 @@ } </ui:style> - <g:HorizontalPanel width="100%" addStyleNames="emwwi_outerPanel_pfly_fix"> - <g:cell verticalAlignment="ALIGN_MIDDLE" addStyleNames="emwwi_leftCell_pfly_fix"> - <g:HorizontalPanel width="100%" addStyleNames="emwwi_outerPanel_pfly_fix"> - <ge:EntityModelLabel ui:field="label" addStyleNames="{style.labelStyle} emwwi_label_pfly_fix" /> - <d:InfoIcon ui:field="infoIcon" addStyleNames="emwwi_infoIcon_pfly_fix" /> + <g:HorizontalPanel width="100%" height="30px"> + <g:cell verticalAlignment="ALIGN_MIDDLE"> + <g:HorizontalPanel width="100%"> + <ge:EntityModelLabel ui:field="label" addStyleNames="{style.labelStyle}" /> + <d:InfoIcon ui:field="infoIcon" /> </g:HorizontalPanel> </g:cell> - <g:cell width="230px" addStyleNames="emwwi_rightCell_pfly_fix"> + <g:cell width="230px"> <g:Composite ui:field="contentWidget" /> </g:cell> </g:HorizontalPanel> -- To view, visit http://gerrit.ovirt.org/31909 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ia3a8381cf747609389f6c2ec806bef65d9248ee1 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: ovirt-engine-3.5 Gerrit-Owner: Lior Vernia <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
