Alexander Wels has posted comments on this change. Change subject: webadmin: Store subtab height in browser ......................................................................
Patch Set 4: (1 comment) http://gerrit.ovirt.org/#/c/35178/4/frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/view/SubTabHelper.java File frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/view/SubTabHelper.java: Line 12: // Don't allow instances of this class. Line 13: } Line 14: Line 15: public static void storeSubTabHeight(ClientStorage clientStorage, IsWidget widget) { Line 16: clientStorage.setLocalItem(SubTabHelper.SUB_TAB_HEIGHT_KEY, > s/SubTabHelper.SUB_TAB_HEIGHT_KEY/SUB_TAB_HEIGHT_KEY/ :-) Done Line 17: String.valueOf(widget.asWidget().getOffsetHeight())); Line 18: } Line 19: Line 20: public static int getSubTabHeight(ClientStorage clientStorage, IsWidget widget) { -- To view, visit http://gerrit.ovirt.org/35178 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I2a7cb529914703e71da9ac323ee15bdb68b1449a Gerrit-PatchSet: 4 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Alexander Wels <aw...@redhat.com> Gerrit-Reviewer: Alexander Wels <aw...@redhat.com> Gerrit-Reviewer: Einav Cohen <eco...@redhat.com> Gerrit-Reviewer: Greg Sheremeta <gsher...@redhat.com> Gerrit-Reviewer: Vojtech Szocs <vsz...@redhat.com> Gerrit-Reviewer: automat...@ovirt.org Gerrit-Reviewer: oVirt Jenkins CI Server Gerrit-HasComments: Yes _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches