diff options
| author | Stefan Suhren <suhren.stefan@fh-swf.de> | 2015-11-30 16:53:40 +0100 |
|---|---|---|
| committer | Stefan Suhren <suhren.stefan@fh-swf.de> | 2015-11-30 16:53:40 +0100 |
| commit | ec8a3512edf9170f732936c6e917a1256e4debd9 (patch) | |
| tree | d5445037654a26a775b65b5b49d90e9638a05cc8 | |
| parent | c314cd3e5c7c8701993082160996906d24770d22 (diff) | |
| download | Notepad---ec8a3512edf9170f732936c6e917a1256e4debd9.tar.gz Notepad---ec8a3512edf9170f732936c6e917a1256e4debd9.zip | |
Enable thesis and coloquium comboboxes
| -rw-r--r-- | src/de/fhswf/in/inf/se/notepadMinusMinus/view/MainView.fxml | 4 |
1 files changed, 2 insertions, 2 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 50a5d30..e19a942 100644 --- a/src/de/fhswf/in/inf/se/notepadMinusMinus/view/MainView.fxml +++ b/src/de/fhswf/in/inf/se/notepadMinusMinus/view/MainView.fxml @@ -86,8 +86,8 @@ <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" disable="true" prefWidth="150.0" GridPane.columnIndex="1" GridPane.columnSpan="2" GridPane.rowIndex="1" /> - <ComboBox fx:id="thesisComboBox" disable="true" prefWidth="150.0" GridPane.columnIndex="4" GridPane.columnSpan="2" 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 Arbeit" GridPane.columnIndex="3" GridPane.rowIndex="1"> <GridPane.margin> <Insets /> |
