This is an automated email from the ASF dual-hosted git repository.
ahuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git
The following commit(s) were added to refs/heads/master by this push:
new 635bbbc ISIS-2340: fx: fix demo launch after renaming UIController
635bbbc is described below
commit 635bbbca8cf38008841a63d8106ee045817e78b0
Author: Andi Huber <[email protected]>
AuthorDate: Fri Aug 28 06:46:17 2020 +0200
ISIS-2340: fx: fix demo launch after renaming UIController
---
incubator/viewers/javafx/ui/src/main/resources/ui.fxml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/incubator/viewers/javafx/ui/src/main/resources/ui.fxml
b/incubator/viewers/javafx/ui/src/main/resources/ui.fxml
index bdfb409..c53be20 100644
--- a/incubator/viewers/javafx/ui/src/main/resources/ui.fxml
+++ b/incubator/viewers/javafx/ui/src/main/resources/ui.fxml
@@ -11,7 +11,7 @@
<?import javafx.scene.paint.Color?>
<?import javafx.scene.text.Font?>
-<VBox prefHeight="800.0" prefWidth="1200.0"
xmlns="http://javafx.com/javafx/11.0.1" xmlns:fx="http://javafx.com/fxml/1"
fx:controller="org.apache.isis.incubator.viewer.javafx.ui.main.UiController">
+<VBox prefHeight="800.0" prefWidth="1200.0"
xmlns="http://javafx.com/javafx/11.0.1" xmlns:fx="http://javafx.com/fxml/1"
fx:controller="org.apache.isis.incubator.viewer.javafx.ui.main.MainViewFx">
<children>
<HBox fx:id="topPane" VBox.vgrow="NEVER">
<children>