changed height of games.
This commit is contained in:
		
							parent
							
								
									a44227b3f6
								
							
						
					
					
						commit
						53ffa90c69
					
				| 
						 | 
					@ -8,14 +8,13 @@
 | 
				
			||||||
<?import javafx.scene.layout.HBox?>
 | 
					<?import javafx.scene.layout.HBox?>
 | 
				
			||||||
<?import javafx.scene.layout.VBox?>
 | 
					<?import javafx.scene.layout.VBox?>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<VBox alignment="CENTER" maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="200.0" prefWidth="200.0" style="-fx-border-color: black; -fx-border-insets: 2; -fx-border-width: 3;" xmlns="http://javafx.com/javafx/18" xmlns:fx="http://javafx.com/fxml/1" fx:controller="ch.zhaw.projekt2.turnierverwaltung.main.gameScheduleView.GameController">
 | 
					<VBox alignment="CENTER" maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="150.0" style="-fx-border-color: black; -fx-border-insets: 2; -fx-border-width: 3;" xmlns="http://javafx.com/javafx/18" xmlns:fx="http://javafx.com/fxml/1" fx:controller="ch.zhaw.projekt2.turnierverwaltung.main.gameScheduleView.GameController">
 | 
				
			||||||
   <children>
 | 
					   <children>
 | 
				
			||||||
      <VBox fx:id="mainVBox" alignment="CENTER" prefHeight="200.0" prefWidth="100.0">
 | 
					      <VBox fx:id="mainVBox" alignment="CENTER" maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" prefHeight="150.0">
 | 
				
			||||||
         <children>
 | 
					         <children>
 | 
				
			||||||
            <Label fx:id="participantNameOne" text="Participant One" />
 | 
					 | 
				
			||||||
            <HBox alignment="CENTER" prefHeight="100.0" prefWidth="200.0">
 | 
					            <HBox alignment="CENTER" prefHeight="100.0" prefWidth="200.0">
 | 
				
			||||||
               <children>
 | 
					               <children>
 | 
				
			||||||
                  <Label text="Points">
 | 
					                  <Label fx:id="participantNameOne" text="Participant One">
 | 
				
			||||||
                     <HBox.margin>
 | 
					                     <HBox.margin>
 | 
				
			||||||
                        <Insets right="20.0" />
 | 
					                        <Insets right="20.0" />
 | 
				
			||||||
                     </HBox.margin>
 | 
					                     </HBox.margin>
 | 
				
			||||||
| 
						 | 
					@ -23,10 +22,9 @@
 | 
				
			||||||
                  <TextField fx:id="pointsTeamOne" prefHeight="25.0" prefWidth="50.0" />
 | 
					                  <TextField fx:id="pointsTeamOne" prefHeight="25.0" prefWidth="50.0" />
 | 
				
			||||||
               </children>
 | 
					               </children>
 | 
				
			||||||
            </HBox>
 | 
					            </HBox>
 | 
				
			||||||
            <Label fx:id="participantNameTwo" text="Participant Two" />
 | 
					 | 
				
			||||||
            <HBox alignment="CENTER" prefHeight="100.0" prefWidth="200.0">
 | 
					            <HBox alignment="CENTER" prefHeight="100.0" prefWidth="200.0">
 | 
				
			||||||
               <children>
 | 
					               <children>
 | 
				
			||||||
                  <Label text="Points">
 | 
					                  <Label fx:id="participantNameTwo" text="Participant Two">
 | 
				
			||||||
                     <HBox.margin>
 | 
					                     <HBox.margin>
 | 
				
			||||||
                        <Insets right="20.0" />
 | 
					                        <Insets right="20.0" />
 | 
				
			||||||
                     </HBox.margin>
 | 
					                     </HBox.margin>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue