Skip to content

Commit

Permalink
Optimized add peer window sizing
Browse files Browse the repository at this point in the history
  • Loading branch information
zapek committed Nov 12, 2023
1 parent 9130752 commit 03336f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/main/resources/view/id/rsid_add.fxml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<?import javafx.scene.layout.*?>
<?import javafx.scene.text.Text?>
<?import javafx.scene.text.TextFlow?>
<VBox prefWidth="560.0" prefHeight="540.0" minWidth="400.0" minHeight="380.0" styleClass="base-spacing" xmlns="http://javafx.com/javafx/19" xmlns:fx="http://javafx.com/fxml/1" fx:controller="io.xeres.ui.controller.id.AddRsIdWindowController">
<VBox prefWidth="560.0" prefHeight="540.0" minWidth="400.0" minHeight="500.0" styleClass="base-spacing" xmlns="http://javafx.com/javafx/19" xmlns:fx="http://javafx.com/fxml/1" fx:controller="io.xeres.ui.controller.id.AddRsIdWindowController">
<TextFlow fx:id="instructions">
<Text text="%rsid.add.textarea.instruction"/>
<Hyperlink fx:id="scanQrCode" text="%rsid.add.textarea.instruction2"/>
Expand Down

0 comments on commit 03336f9

Please sign in to comment.