anmolbabu has posted comments on this change.

Change subject: webadmin: set sub-tab height in proportion with maintab
......................................................................


Patch Set 2:

(1 comment)

....................................................
File 
frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/view/MainContentView.java
Line 43:         if (this.subTabPanelVisible != subTabPanelVisible) {
Line 44:             splitPanel.clear();
Line 45: 
Line 46:             if (subTabPanelVisible) {
Line 47:                 int subTabHeight = splitPanel.getOffsetHeight() / 2;
*I meant Number of Entries in Sub Tab by NumberofEntries
Line 48:                 if (subTabHeight > subTabPanelMaxHeight) {
Line 49:                     subTabHeight = subTabPanelMaxHeight;
Line 50:                 }
Line 51:                 splitPanel.addSouth(subTabPanelContainer, 
subTabHeight);


-- 
To view, visit http://gerrit.ovirt.org/22121
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I8cdbb8ac17632e4e9d62a053b89e440f97eeea26
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Kanagaraj M <[email protected]>
Gerrit-Reviewer: Gilad Chaplik <[email protected]>
Gerrit-Reviewer: Kanagaraj M <[email protected]>
Gerrit-Reviewer: Ramesh N <[email protected]>
Gerrit-Reviewer: anmolbabu <[email protected]>
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: Yes
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to