File tree Expand file tree Collapse file tree 2 files changed +9
-6
lines changed
java/de/doubleslash/keeptime/view Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -64,8 +64,6 @@ public class SettingsController {
6464 @ FXML
6565 private Label versionLabel ;
6666
67- @ FXML
68- private Label useHotkeyLabel ;
6967 @ FXML
7068 private Label hotkeyLabel ;
7169 @ FXML
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 .geometry.*?>
5+ <?import javafx .scene.*?>
6+ <?import javafx .scene.control.*?>
7+ <?import javafx .scene.layout.*?>
8+ <?import javafx .scene.text.*?>
39<?import javafx .geometry.Insets?>
410<?import javafx .scene.Group?>
511<?import javafx .scene.control.Button?>
1117<?import javafx .scene.layout.VBox?>
1218<?import javafx .scene.text.Font?>
1319
14-
15- <AnchorPane xmlns =" http://javafx.com/javafx/8.0.60" xmlns : fx =" http://javafx.com/fxml/1" fx : controller =" de.doubleslash.keeptime.view.SettingsController" >
20+ <AnchorPane xmlns =" http://javafx.com/javafx/8" xmlns : fx =" http://javafx.com/fxml/1" fx : controller =" de.doubleslash.keeptime.view.SettingsController" >
1621 <children >
1722 <VBox stylesheets =" @../css/menu.css" >
1823 <children >
135140 <children >
136141 <HBox spacing =" 10.0" >
137142 <children >
138- <Label text =" Hotkey" >
143+ <Label fx : id = " hotkeyLabel " text =" Hotkey" >
139144 <font >
140145 <Font name =" System Bold" size =" 12.0" />
141146 </font >
142147 </Label >
143- <Label alignment =" TOP_LEFT" contentDisplay =" TOP" disable =" true" prefWidth =" 100.0" text =" (global keylogger!)" />
148+ <Label fx : id = " globalKeyloggerLabel " alignment =" TOP_LEFT" contentDisplay =" TOP" disable =" true" prefWidth =" 100.0" text =" (global keylogger!)" />
144149 </children >
145150 </HBox >
146151 <HBox spacing =" 10.0" >
You can’t perform that action at this time.
0 commit comments