summaryrefslogtreecommitdiffstats
path: root/src/de/fhswf/in/inf
diff options
context:
space:
mode:
authorStefan Suhren <suhren.stefan@fh-swf.de>2015-11-30 21:13:46 +0100
committerStefan Suhren <suhren.stefan@fh-swf.de>2015-11-30 21:13:46 +0100
commite2d8f49951f247534bea0936b0ce401173371a1c (patch)
treef5e042afc6ff8bf9e91dd93003642c536a37540d /src/de/fhswf/in/inf
parent59420f3053a103e2a69e7179f52647cb110bdf4d (diff)
downloadNotepad---e2d8f49951f247534bea0936b0ce401173371a1c.tar.gz
Notepad---e2d8f49951f247534bea0936b0ce401173371a1c.zip
Reorder comboBoxes
Diffstat (limited to 'src/de/fhswf/in/inf')
-rw-r--r--src/de/fhswf/in/inf/se/notepadMinusMinus/view/MainView.fxml12
1 files changed, 4 insertions, 8 deletions
diff --git a/src/de/fhswf/in/inf/se/notepadMinusMinus/view/MainView.fxml b/src/de/fhswf/in/inf/se/notepadMinusMinus/view/MainView.fxml
index 3d7a105..2cb5647 100644
--- a/src/de/fhswf/in/inf/se/notepadMinusMinus/view/MainView.fxml
+++ b/src/de/fhswf/in/inf/se/notepadMinusMinus/view/MainView.fxml
@@ -85,14 +85,10 @@
<Label fx:id="averageGradeLabel" text="0,0" GridPane.columnIndex="3" />
<Button mnemonicParsing="false" onAction="#handleNewValue" text="Neu" GridPane.columnIndex="4" />
<Button fx:id="deleteButton" disable="true" mnemonicParsing="false" onAction="#handleDeleteValue" text="Löschen" GridPane.columnIndex="5" />
- <Label text="Kolloquium" GridPane.rowIndex="1" />
- <ComboBox fx:id="colloquiumComboBox" prefWidth="150.0" GridPane.columnIndex="1" GridPane.columnSpan="2" GridPane.rowIndex="1" />
- <ComboBox fx:id="thesisComboBox" prefWidth="150.0" GridPane.columnIndex="4" GridPane.columnSpan="2" GridPane.rowIndex="1" />
- <Label text="Bachelor&#10;Arbeit" GridPane.columnIndex="3" GridPane.rowIndex="1">
- <GridPane.margin>
- <Insets />
- </GridPane.margin>
- </Label>
+ <Label text="Bachelor&#10;Arbeit" GridPane.rowIndex="1" />
+ <ComboBox fx:id="thesisComboBox" prefWidth="150.0" GridPane.columnIndex="1" GridPane.columnSpan="2" GridPane.rowIndex="1" />
+ <Label text="Kolloquium" GridPane.columnIndex="3" GridPane.rowIndex="1" />
+ <ComboBox fx:id="colloquiumComboBox" prefWidth="150.0" GridPane.columnIndex="4" GridPane.columnSpan="2" GridPane.rowIndex="1" />
</children>
<opaqueInsets>
<Insets />