mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-11-15 03:31:15 +03:00
Фикс бага, когда кнопка применить опускалась на задний план
This commit is contained in:
parent
e316674946
commit
65d62da507
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue