Skip to content

Commit

Permalink
fix and bump 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
firm1 committed Dec 27, 2016
1 parent 8288efc commit 9162b84
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=1.5.0
version=1.5.1
javafx.releaseKey.keyPass=clementine
javafx.releaseKey.storePass=clementine
javafx.releaseKey.keyStore = keys/keystore.jks
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public class OptionsDialog{
@FXML private TextField optAdvancedPort;
@FXML private Label workspacepath;

public OptionsDialog() {
@FXML public void initialize() {
setEditorOptions();
setDisplayOptions();
setAuthentificationOptions();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,11 @@
<?import javafx.scene.layout.RowConstraints?>
<?import javafx.scene.layout.VBox?>

<BorderPane prefHeight="400.0" prefWidth="600.0" xmlns="http://javafx.com/javafx/8.0.60" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.zestedesavoir.zestwriter.view.dialogs.OptionsDialog">
<BorderPane prefHeight="400.0"
prefWidth="600.0"
xmlns="http://javafx.com/javafx/8.0.60"
xmlns:fx="http://javafx.com/fxml/1"
fx:controller="com.zestedesavoir.zestwriter.view.dialogs.OptionsDialog">
<center>
<TabPane tabClosingPolicy="UNAVAILABLE">
<Tab text="%ui.options.general">
Expand Down

0 comments on commit 9162b84

Please sign in to comment.