diff options
| author | Stefan Suhren <suhren.stefan@fh-swf.de> | 2017-08-26 13:26:35 +0200 |
|---|---|---|
| committer | Stefan Suhren <suhren.stefan@fh-swf.de> | 2017-08-26 13:26:35 +0200 |
| commit | 762e9893a73a371a138d2abbe49103e7dc1e5937 (patch) | |
| tree | 727e391b191dfeab9ec6f190d7cccd10a4cf16e8 /src/de/fhswf/in/inf/se/notepadMinusMinus/view/MainView.fxml | |
| parent | f08265446490a65e45028a244cb83df1ddbf4da6 (diff) | |
| download | Notepad---762e9893a73a371a138d2abbe49103e7dc1e5937.tar.gz Notepad---762e9893a73a371a138d2abbe49103e7dc1e5937.zip | |
Integrate thesis and defense into the normal grade list
Diffstat (limited to 'src/de/fhswf/in/inf/se/notepadMinusMinus/view/MainView.fxml')
| -rw-r--r-- | src/de/fhswf/in/inf/se/notepadMinusMinus/view/MainView.fxml | 7 |
1 files changed, 1 insertions, 6 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 513a551..3ea8fec 100644 --- a/src/de/fhswf/in/inf/se/notepadMinusMinus/view/MainView.fxml +++ b/src/de/fhswf/in/inf/se/notepadMinusMinus/view/MainView.fxml @@ -7,7 +7,7 @@ <?import javafx.scene.layout.*?> <?import javafx.scene.layout.BorderPane?> -<BorderPane prefHeight="300.0" prefWidth="500.0" xmlns="http://javafx.com/javafx/8.0.65" xmlns:fx="http://javafx.com/fxml/1" fx:controller="de.fhswf.in.inf.se.notepadMinusMinus.view.MainViewController"> +<BorderPane prefHeight="300.0" prefWidth="500.0" xmlns="http://javafx.com/javafx/8.0.121" xmlns:fx="http://javafx.com/fxml/1" fx:controller="de.fhswf.in.inf.se.notepadMinusMinus.view.MainViewController"> <top> <MenuBar BorderPane.alignment="CENTER"> <menus> @@ -76,7 +76,6 @@ </columnConstraints> <rowConstraints> <RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" /> - <RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" /> </rowConstraints> <children> <Label text="ECTS:" /> @@ -85,10 +84,6 @@ <Label fx:id="averageGradeLabel" text="0,00" 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="Bachelor 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 /> |
