Gets size instead of preferred size

This commit is contained in:
Kristian Knarvik 2018-02-18 22:57:59 +01:00
parent b1a0d4f2a9
commit 0f01a64f07

View File

@ -322,7 +322,6 @@ public class Profile {
gui.getSize().width, gui.getSize().width,
gui.getSize().height gui.getSize().height
)); ));
System.out.println("Saving: " + gui.getSize().width + ", " + gui.getSize().height);
file.close(); file.close();
for (Profile profile : profiles) { for (Profile profile : profiles) {
StringBuilder saveString = new StringBuilder(String.format( StringBuilder saveString = new StringBuilder(String.format(