diff --git a/JFoenixParts b/JFoenixParts
index 149f2f58..47ed3df2 160000
--- a/JFoenixParts
+++ b/JFoenixParts
@@ -1 +1 @@
-Subproject commit 149f2f5884d21af9caaa1c7f6709499f9cab903b
+Subproject commit 47ed3df228fa63b7876eb288a73bb308325bc43f
diff --git a/Launcher/runtime/dialog/dialog.js b/Launcher/runtime/dialog/dialog.js
index 631d3744..fc659afc 100644
--- a/Launcher/runtime/dialog/dialog.js
+++ b/Launcher/runtime/dialog/dialog.js
@@ -258,7 +258,7 @@ function verifyLauncher(e) {
var iter = 0;
authTypes = {};
result.list.forEach(function(auth_type, i, arr) {
- var serverAuth = new javafx.scene.control.ComboBox();
+ var serverAuth = new com.jfoenixparts.controls.JFXPComboBox();
serverAuth.getStyleClass().add("authOptions");
authOptions.getItems().add(auth_type.displayName);
authTypes[auth_type.displayName] = auth_type.name;
diff --git a/Launcher/runtime/dialog/overlay/debug/debug.css b/Launcher/runtime/dialog/overlay/debug/debug.css
index 4edf88b4..f3dd4820 100644
--- a/Launcher/runtime/dialog/overlay/debug/debug.css
+++ b/Launcher/runtime/dialog/overlay/debug/debug.css
@@ -24,7 +24,7 @@ #overlay > #action.close {
-fx-background-radius: 0;
-fx-text-fill: white;
-fx-background-position: center;
- -jfx-button-type: FLAT;
+ -jfxp-button-type: FLAT;
-fx-background-color: #2d83ce;
-fx-pref-width: 150px;
-fx-pref-height: 25px;
@@ -44,7 +44,7 @@ #overlay > #action.kill {
-fx-background-radius: 0;
-fx-text-fill: white;
-fx-background-position: center;
- -jfx-button-type: FLAT;
+ -jfxp-button-type: FLAT;
-fx-background-color: #CE5757;
-fx-pref-width: 150px;
-fx-pref-height: 25px;
diff --git a/Launcher/runtime/dialog/overlay/debug/debug.fxml b/Launcher/runtime/dialog/overlay/debug/debug.fxml
index 9666c28e..1f5489c0 100644
--- a/Launcher/runtime/dialog/overlay/debug/debug.fxml
+++ b/Launcher/runtime/dialog/overlay/debug/debug.fxml
@@ -1,7 +1,7 @@
-
-
+
+
@@ -16,12 +16,12 @@
-
-