File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed
src/main/resources/layouts Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22
3+ <?import java .lang.*?>
4+ <?import javafx .scene.control.*?>
5+ <?import javafx .scene.layout.*?>
6+ <?import javafx .scene.text.*?>
37<?import javafx .scene.control.ListView?>
48<?import javafx .scene.control.TextField?>
59<?import javafx .scene.layout.VBox?>
610
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" >
11+ <VBox prefWidth =" 100.0" xmlns =" http://javafx.com/javafx/8" xmlns : fx =" http://javafx.com/fxml/1" fx : controller =" de.doubleslash.keeptime.viewpopup.ViewControllerPopup" >
812 <children >
9- <TextField fx : id =" searchTextField" promptText =" Search" />
13+ <TextField fx : id =" searchTextField" promptText =" Search" >
14+ <font >
15+ <Font name =" Open Sans Regular" size =" 12.0" />
16+ </font ></TextField >
1017 <ListView fx : id =" projectListView" prefWidth =" 100.0" />
1118 </children >
1219</VBox >
You can’t perform that action at this time.
0 commit comments