Properly resize Replay List in Replay Center when resizing the video | https://trello.com/c/AcXGDXYY/

This commit is contained in:
CrushedPixel
2015-07-04 21:41:25 +02:00
parent 770c1da071
commit da4857ad8e

View File

@@ -104,7 +104,7 @@ public class GuiReplayCenter extends GuiScreen implements GuiYesNoCallback {
} }
if(currentList != null) { if(currentList != null) {
currentList.height = height-60; currentList.setDimensions(this.width, this.height, 50, this.height - 60);
} }
@SuppressWarnings("unchecked") @SuppressWarnings("unchecked")