Fix account page overflow

This commit is contained in:
yushijinhun
2018-07-09 14:04:30 +08:00
parent 45eaa0c60f
commit adc5b08765

View File

@@ -78,7 +78,6 @@ public class AccountPage extends StackPane implements DecoratorPage {
FXUtils.loadFXML(this, "/assets/fxml/account.fxml");
FXUtils.setLimitWidth(this, 300);
if (account instanceof AuthlibInjectorAccount) {
lblServer.setText(((AuthlibInjectorAccount) account).getServer().getName());
FXUtils.setLimitHeight(this, 182);