release 0.8.0 #12

Merged
Seil0 merged 92 commits from dev into master 2019-07-04 12:41:05 +02:00
2 changed files with 3 additions and 2 deletions
Showing only changes of commit ae20909012 - Show all commits

View File

@ -43,7 +43,7 @@ public class Main extends Application {
private MainWindowController mainWindowController;
private static XMLController xmlController;
private static Logger LOGGER;
public static final String version = "0.7.91";
public static final String version = "0.8.0";
public static final String buildNumber = "173";
public static final String versionName = "toothless dragon";

View File

@ -17,7 +17,7 @@
/*******************************************************************************
* *
* TreeTable *
* TreeTable *
* *
******************************************************************************/
@ -120,6 +120,7 @@
* ScrollBar *
* *
******************************************************************************/
.scroll-bar:vertical, .scroll-bar:horizontal {
-fx-background-color: transparent;
}