Skip to content
Snippets Groups Projects
Commit 9c1e023a authored by Tobias Ullerich's avatar Tobias Ullerich
Browse files

Add style to auto update dialog

parent 58ade70f
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,7 @@ import de.tobias.playpad.PlayPadPlugin;
import de.tobias.playpad.Strings;
import javafx.scene.control.ButtonBar.ButtonData;
import javafx.scene.control.ButtonType;
import javafx.stage.Stage;
import javafx.stage.Window;
import java.util.Map;
......@@ -39,5 +40,7 @@ public class AutoUpdateDialog extends AdvancedDialog {
addButtonType(updateButton);
addButtonType(cancelButton);
PlayPadPlugin.styleable().applyStyle((Stage) getDialogPane().getScene().getWindow());
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment