Properly resize Replay List in Replay Center when resizing the video | https://trello.com/c/AcXGDXYY/
This commit is contained in:
@@ -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")
|
||||||
|
|||||||
Reference in New Issue
Block a user