From 9687c12dc7eba051f08e0d95db19717ca04d9934 Mon Sep 17 00:00:00 2001 From: tobias <thinkdifferent055@gmail.com> Date: Fri, 27 Nov 2020 20:38:21 +0100 Subject: [PATCH] Fix fxml name spaces --- PlayWall/src/main/resources/view/option/pad/GeneralTab.fxml | 2 +- PlayWall/src/main/resources/view/option/pad/PlaylistTab.fxml | 2 +- .../src/main/resources/view/ContentPadSettings.fxml | 2 +- .../src/main/resources/view/PlayerSettings.fxml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/PlayWall/src/main/resources/view/option/pad/GeneralTab.fxml b/PlayWall/src/main/resources/view/option/pad/GeneralTab.fxml index 8e289339..918175e2 100644 --- a/PlayWall/src/main/resources/view/option/pad/GeneralTab.fxml +++ b/PlayWall/src/main/resources/view/option/pad/GeneralTab.fxml @@ -3,7 +3,7 @@ <?import javafx.geometry.Insets?> <?import javafx.scene.control.*?> <?import javafx.scene.layout.*?> -<VBox spacing="14.0" xmlns="http://javafx.com/javafx/11.0.1" xmlns:fx="http://javafx.com/fxml/1"> +<VBox spacing="14.0" xmlns="http://javafx.com/javafx/8" xmlns:fx="http://javafx.com/fxml/1"> <children> <VBox fx:id="mediaRootBox" spacing="14.0"> <children> diff --git a/PlayWall/src/main/resources/view/option/pad/PlaylistTab.fxml b/PlayWall/src/main/resources/view/option/pad/PlaylistTab.fxml index a652c7d6..c8c8aeb9 100644 --- a/PlayWall/src/main/resources/view/option/pad/PlaylistTab.fxml +++ b/PlayWall/src/main/resources/view/option/pad/PlaylistTab.fxml @@ -4,7 +4,7 @@ <?import javafx.scene.control.*?> <?import javafx.scene.layout.*?> <HBox maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" spacing="14.0" - xmlns="http://javafx.com/javafx/11.0.1" xmlns:fx="http://javafx.com/fxml/1"> + xmlns="http://javafx.com/javafx/8" xmlns:fx="http://javafx.com/fxml/1"> <children> <VBox spacing="14.0"> <children> diff --git a/PlayWallPlugins/PlayWallPluginContentPlayer/src/main/resources/view/ContentPadSettings.fxml b/PlayWallPlugins/PlayWallPluginContentPlayer/src/main/resources/view/ContentPadSettings.fxml index d03f3505..ed8e5457 100644 --- a/PlayWallPlugins/PlayWallPluginContentPlayer/src/main/resources/view/ContentPadSettings.fxml +++ b/PlayWallPlugins/PlayWallPluginContentPlayer/src/main/resources/view/ContentPadSettings.fxml @@ -5,7 +5,7 @@ <?import javafx.scene.control.Label?> <?import javafx.scene.layout.*?> <?import org.controlsfx.control.CheckListView?> -<AnchorPane prefHeight="400.0" prefWidth="600.0" xmlns="http://javafx.com/javafx/11.0.1" xmlns:fx="http://javafx.com/fxml/1"> +<AnchorPane prefHeight="400.0" prefWidth="600.0" xmlns="http://javafx.com/javafx/8" xmlns:fx="http://javafx.com/fxml/1"> <children> <VBox layoutX="237.0" layoutY="-18.0" spacing="14.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0"> <children> diff --git a/PlayWallPlugins/PlayWallPluginContentPlayer/src/main/resources/view/PlayerSettings.fxml b/PlayWallPlugins/PlayWallPluginContentPlayer/src/main/resources/view/PlayerSettings.fxml index 9fc316e4..161e8427 100644 --- a/PlayWallPlugins/PlayWallPluginContentPlayer/src/main/resources/view/PlayerSettings.fxml +++ b/PlayWallPlugins/PlayWallPluginContentPlayer/src/main/resources/view/PlayerSettings.fxml @@ -4,7 +4,7 @@ <?import javafx.geometry.Insets?> <?import javafx.scene.control.*?> <?import javafx.scene.layout.*?> -<AnchorPane prefHeight="400.0" prefWidth="600.0" xmlns="http://javafx.com/javafx/11.0.1" +<AnchorPane prefHeight="400.0" prefWidth="600.0" xmlns="http://javafx.com/javafx/8" xmlns:fx="http://javafx.com/fxml/1"> <children> <ListView prefWidth="200.0" AnchorPane.bottomAnchor="30.0" AnchorPane.leftAnchor="0.0" -- GitLab