updated files

This commit is contained in:
Seil0 2016-08-14 16:57:51 +02:00
parent b50b1d547d
commit ee86c9be48
5 changed files with 5 additions and 4 deletions

1
.gitignore vendored
View File

@ -49,3 +49,4 @@ jfoenix.jar
minimal-json-0.9.4.jar
config.xml
config.xml

View File

@ -2,9 +2,9 @@
<!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
<properties>
<comment>Project HomeFlix settings</comment>
<entry key="autoUpdate">0</entry>
<entry key="color">ee3523</entry>
<entry key="local">1</entry>
<entry key="autoUpdate">0</entry>
<entry key="size">12.0</entry>
<entry key="local">1</entry>
<entry key="path">C:\Users\Jannik\Videos\Beispielfilme</entry>
</properties>

View File

@ -105,7 +105,7 @@ public class MainWindowController {
@FXML
private JFXButton infoBtn = new JFXButton("Info");
@FXML
private JFXButton demoBtn = new JFXButton("Beheben");
private JFXButton demoBtn = new JFXButton("Debugging");
@FXML
private JFXButton settingsBtn = new JFXButton("Settings");
@FXML
@ -352,7 +352,7 @@ public class MainWindowController {
demoBtn.setPrefWidth(130);
demoBtn.setPrefHeight(32);
demoBtn.setFont(Font.font("System", FontWeight.BOLD, 15));
demoBtn.setDisable(false);
demoBtn.setDisable(true);
menubtn.setText("");
menubtn.setMaxSize(32, 32);

Binary file not shown.