Фикс бага, когда кнопка применить опускалась на задний план

This commit is contained in:
Gravit 2018-11-08 22:41:54 +07:00
parent e316674946
commit 65d62da507
No known key found for this signature in database
GPG key ID: 061981E1E85D3216

View file

@ -12,7 +12,6 @@
<children>
<Pane id="holder" layoutX="171.0" layoutY="28.0" prefHeight="371.0" prefWidth="428.0">
<children>
<Button fx:id="apply" defaultButton="true" layoutX="315.0" layoutY="333.0" prefHeight="25.0" prefWidth="100.0" text="Применить" />
<FlowPane id="modlist" orientation="VERTICAL" prefHeight="371.0">
<children>
</children>
@ -20,6 +19,7 @@
<Insets bottom="20.0" left="20.0" right="20.0" top="20.0" />
</padding>
</FlowPane>
<Button fx:id="apply" defaultButton="true" layoutX="315.0" layoutY="333.0" prefHeight="25.0" prefWidth="100.0" text="Применить" />
</children>
</Pane>
</children>