Skip to content

Commit

Permalink
#20 Optimize Preferences dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkosertic committed Oct 6, 2017
1 parent 6b54082 commit 85ee4d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/scenes/configuration.fxml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<children>
<VBox>
<children>
<PropertySheet fx:id="propertySheet" minHeight="400.0" />
<PropertySheet fx:id="propertySheet" minHeight="400.0" mode="CATEGORY" />
<HBox alignment="TOP_RIGHT" styleClass="dialogButtonArea" VBox.vgrow="NEVER">
<children>
<Button fx:id="buttonOk" alignment="CENTER" contentDisplay="CENTER" maxWidth="120.0" minWidth="120.0" mnemonicParsing="false" prefWidth="120.0" text="Ok" textAlignment="CENTER" />
Expand Down

0 comments on commit 85ee4d3

Please sign in to comment.