Skip to content

Commit

Permalink
fix: revert user data button position
Browse files Browse the repository at this point in the history
  • Loading branch information
DropSnorz committed Jan 7, 2021
1 parent cde7eba commit 5e5ed87
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions owlplug-client/src/main/resources/fxml/OptionsView.fxml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
<?import javafx.scene.layout.AnchorPane?>
<?import javafx.scene.layout.FlowPane?>
<?import javafx.scene.layout.HBox?>
<?import javafx.scene.layout.Pane?>
<?import javafx.scene.layout.VBox?>
<?import javafx.scene.text.TextFlow?>

Expand Down Expand Up @@ -126,15 +125,10 @@
<VBox spacing="10.0" VBox.vgrow="NEVER">
<children>
<Label styleClass="heading-2" text="Danger Zone" />
<VBox>
<VBox spacing="5.0">
<children>
<Label text="Remove all user data including accounts, stores and custom settings. Plugins will not be deleted." wrapText="true" />
<HBox>
<children>
<Pane HBox.hgrow="ALWAYS" />
<JFXButton fx:id="removeDataButton" minHeight="-Infinity" minWidth="-Infinity" prefHeight="25.0" prefWidth="98.0" text="Clear user data" />
</children>
</HBox>
<JFXButton fx:id="removeDataButton" minHeight="-Infinity" minWidth="-Infinity" prefHeight="25.0" prefWidth="98.0" text="Clear user data" />
</children>
</VBox>
</children>
Expand Down

0 comments on commit 5e5ed87

Please sign in to comment.