Skip to content

Commit c071238

Browse files
committed
Fixed hotkey
1 parent 1c34b5d commit c071238

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/ViewLayoutPopup.fxml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<?import javafx.scene.control.TextField?>
55
<?import javafx.scene.layout.VBox?>
66

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">
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">
88
<children>
99
<TextField fx:id="searchTextField" promptText="Search" />
1010
<ListView fx:id="projectListView" prefWidth="100.0" />

0 commit comments

Comments
 (0)