We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c34b5d commit c071238Copy full SHA for c071238
src/main/resources/ViewLayoutPopup.fxml
@@ -4,7 +4,7 @@
4
<?import javafx.scene.control.TextField?>
5
<?import javafx.scene.layout.VBox?>
6
7
-<VBox prefWidth="100.0" xmlns="http://javafx.com/javafx/8.0.60" xmlns:fx="http://javafx.com/fxml/1" fx:controller="de.doubleslash.keeptime.viewPopup.ViewControllerPopup">
+<VBox prefWidth="100.0" xmlns="http://javafx.com/javafx/8.0.60" xmlns:fx="http://javafx.com/fxml/1" fx:controller="de.doubleslash.keeptime.viewpopup.ViewControllerPopup">
8
<children>
9
<TextField fx:id="searchTextField" promptText="Search" />
10
<ListView fx:id="projectListView" prefWidth="100.0" />
0 commit comments