InvexGames / MaterialUI

MaterialUI is a UI kit for Unity that follows Google's official material design guidelines.
http://invexgames.com/materialUI.html
Other
771 stars 200 forks source link

Fix list positioning bug #16

Closed geekoftheweek closed 9 years ago

geekoftheweek commented 9 years ago

Previously, when the Expand Direction was not Center, and when the Max Item Height was less than the number of list items, the expanded SelectionBox would get positioned incorrectly. This change should fix that bug.

InvexGames commented 9 years ago

Cheers.