diff --git a/estructuras_de_datos.properties b/estructuras_de_datos.properties index 965674d..119d832 100644 --- a/estructuras_de_datos.properties +++ b/estructuras_de_datos.properties @@ -1,5 +1,5 @@ -path.variable.kotlin_bundled=/usr/share/intellij-idea-ultimate-edition/plugins/Kotlin/kotlinc -path.variable.maven_repository=/home/cromer/.m2/repository -jdk.home.1.8=/usr/lib/jvm/java-8-jdk -idea.home=/usr/share/intellij-idea-ultimate-edition +path.variable.kotlin_bundled=C\:\\Program Files (x86)\\JetBrains\\IntelliJ IDEA 2016.1.3\\plugins\\Kotlin\\kotlinc +path.variable.maven_repository=C\:\\Users\\Chris Cromer\\.m2\\repository +jdk.home.1.8=C\:/Program Files/Java/jdk1.8.0_92 +idea.home=C\:\\Program Files (x86)\\JetBrains\\IntelliJ IDEA 2016.1.3 javac2.instrumentation.includeJavaRuntime=false \ No newline at end of file diff --git a/src/cl/cromer/estructuras/MenuController.java b/src/cl/cromer/estructuras/MenuController.java index 60cbfce..e11068a 100644 --- a/src/cl/cromer/estructuras/MenuController.java +++ b/src/cl/cromer/estructuras/MenuController.java @@ -299,7 +299,7 @@ public class MenuController extends VBox implements Initializable { dialog.getDialogPane().getButtonTypes().add(botonCancelar); dialog.getDialogPane().getButtonTypes().add(botonCambiar); dialog.getDialogPane().getScene().getWindow().sizeToScene(); - dialog.getDialogPane().setPrefHeight(125); + dialog.getDialogPane().setPrefHeight(150); dialog.getDialogPane().setPrefWidth(400); Main.setIcon(dialog, getClass()); @@ -333,7 +333,7 @@ public class MenuController extends VBox implements Initializable { dialog.getDialogPane().getButtonTypes().add(botonCancelar); dialog.getDialogPane().getButtonTypes().add(botonCambiar); dialog.getDialogPane().getScene().getWindow().sizeToScene(); - dialog.getDialogPane().setPrefHeight(125); + dialog.getDialogPane().setPrefHeight(150); dialog.getDialogPane().setPrefWidth(400); Main.setIcon(dialog, getClass()); diff --git a/src/cl/cromer/estructuras/fxml/config.fxml b/src/cl/cromer/estructuras/fxml/config.fxml index 65c5c6d..be6e99f 100644 --- a/src/cl/cromer/estructuras/fxml/config.fxml +++ b/src/cl/cromer/estructuras/fxml/config.fxml @@ -8,7 +8,7 @@ - @@ -16,7 +16,7 @@ - +