mirror of
https://github.com/vanitasvitae/OmemoQRCodeGenerator.git
synced 2025-09-09 02:09:39 +02:00
More prototyping - warning UGLY!
This commit is contained in:
parent
1e2a8cf641
commit
4309af9e7a
9 changed files with 226 additions and 34 deletions
|
@ -7,7 +7,11 @@
|
|||
<?import javafx.scene.layout.HBox?>
|
||||
<?import javafx.scene.layout.VBox?>
|
||||
|
||||
<VBox alignment="CENTER" minHeight="400.0" minWidth="600.0" prefHeight="400.0" prefWidth="600.0" xmlns="http://javafx.com/javafx/8.0.162-ea" xmlns:fx="http://javafx.com/fxml/1" fx:controller="de.vanitasvitae.omemoqrgenerator.LoginController">
|
||||
<VBox xmlns="http://javafx.com/javafx/8.0.162-ea"
|
||||
xmlns:fx="http://javafx.com/fxml/1"
|
||||
alignment="CENTER" minHeight="400.0" minWidth="600.0"
|
||||
prefHeight="400.0" prefWidth="600.0"
|
||||
fx:controller="de.vanitasvitae.omemoqrgenerator.LoginController">
|
||||
<children>
|
||||
<HBox alignment="CENTER" prefHeight="100.0" prefWidth="200.0">
|
||||
<VBox alignment="CENTER" maxHeight="150.0" maxWidth="300.0" minHeight="150.0" minWidth="300.0" prefHeight="150.0" prefWidth="300.0" spacing="8.0">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue