diff options
Diffstat (limited to 'src/main/resources')
| -rw-r--r-- | src/main/resources/fxml/manageEmployees.fxml | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/fxml/manageEmployees.fxml b/src/main/resources/fxml/manageEmployees.fxml index e6efb89..c007c88 100644 --- a/src/main/resources/fxml/manageEmployees.fxml +++ b/src/main/resources/fxml/manageEmployees.fxml @@ -31,7 +31,7 @@              <Insets top="20.0" />            </VBox.margin>            <content> -            <FlowPane fx:id="flowPaneEmployeeList" prefHeight="346.0" prefWidth="742.0" style="-fx-background-color: #EFEBE8;" /> +            <fx:include fx:id="employeeList" source="employeeList.fxml"/>            </content>          </ScrollPane>        </children>  | 
