You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
topIdealLayerCenterPos = newPoint(centerOfThisComponent.x, 2*getSize().height/3/*Fit from bottom*/);
984
+
topIdealLayerCenterPos = newPoint(centerOfThisComponent.x, 2*getSize().height/3- BOTTOM_FREE_SPACE_VERTICAL/*Fit from bottom minus BOTTOM_FREE_SPACE_VERTICAL*/);
0 commit comments