changed position of button.
This commit is contained in:
		
							parent
							
								
									4cb743a21a
								
							
						
					
					
						commit
						90fa3a9183
					
				| 
						 | 
					@ -22,13 +22,19 @@
 | 
				
			||||||
                        <Insets />
 | 
					                        <Insets />
 | 
				
			||||||
                    </VBox.margin>
 | 
					                    </VBox.margin>
 | 
				
			||||||
                </ListView>
 | 
					                </ListView>
 | 
				
			||||||
            <HBox alignment="CENTER" prefHeight="100.0" prefWidth="200.0" spacing="20.0">
 | 
					            <HBox alignment="CENTER" prefHeight="100.0" prefWidth="200.0">
 | 
				
			||||||
               <VBox.margin>
 | 
					               <VBox.margin>
 | 
				
			||||||
                  <Insets bottom="20.0" top="40.0" />
 | 
					                  <Insets bottom="20.0" top="40.0" />
 | 
				
			||||||
               </VBox.margin>
 | 
					               </VBox.margin>
 | 
				
			||||||
               <children>
 | 
					               <children>
 | 
				
			||||||
                      <Button fx:id="openBtn" mnemonicParsing="false" onAction="#openTournament" text="Öffnen" />
 | 
					                      <Button fx:id="openBtn" mnemonicParsing="false" onAction="#openTournament" text="Öffnen">
 | 
				
			||||||
                  <Button fx:id="deleteBtn" layoutX="138.0" layoutY="28.0" mnemonicParsing="false" onAction="#deleteTournament" text="Löschen" />
 | 
					                     <HBox.margin>
 | 
				
			||||||
 | 
					                        <Insets right="40.0" />
 | 
				
			||||||
 | 
					                     </HBox.margin></Button>
 | 
				
			||||||
 | 
					                  <Button fx:id="deleteBtn" layoutX="138.0" layoutY="28.0" mnemonicParsing="false" onAction="#deleteTournament" text="Löschen">
 | 
				
			||||||
 | 
					                     <HBox.margin>
 | 
				
			||||||
 | 
					                        <Insets />
 | 
				
			||||||
 | 
					                     </HBox.margin></Button>
 | 
				
			||||||
               </children>
 | 
					               </children>
 | 
				
			||||||
            </HBox>
 | 
					            </HBox>
 | 
				
			||||||
            </children>
 | 
					            </children>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue