A lot of work on the wiki designer

This commit is contained in:
modmuss50 2016-04-08 15:19:10 +01:00
parent bc7b5b2566
commit 77102819a4
No known key found for this signature in database
GPG key ID: C69B0D76D1E5F55C
8 changed files with 154 additions and 26 deletions

View file

@ -56,9 +56,9 @@
<children>
<Label layoutY="6.0" text="Settings" />
<TextArea fx:id="textInput" layoutX="43.0" layoutY="8.0" maxWidth="250.0" prefHeight="59.0" prefWidth="250.0" AnchorPane.bottomAnchor="8.0" AnchorPane.rightAnchor="8.0" AnchorPane.topAnchor="8.0" />
<TextField layoutX="88.0" layoutY="25.0" />
<TextField fx:id="nameTextArea" layoutX="88.0" layoutY="25.0" />
<Label layoutX="6.0" layoutY="29.0" text="Registry Name" />
<Button layoutX="19.0" layoutY="59.0" mnemonicParsing="false" text="Set meta" />
<Button fx:id="buttonMeta" layoutX="19.0" layoutY="59.0" mnemonicParsing="false" text="Set meta" />
</children>
</AnchorPane>
</children>