diff --git a/build.gradle b/build.gradle index f415e479c0a..b737695ffe2 100644 --- a/build.gradle +++ b/build.gradle @@ -120,7 +120,6 @@ dependencies { compile 'com.google.guava:guava:25.0-jre' // JavaFX stuff - compile 'de.codecentric.centerdevice:javafxsvg:1.3.0' compile 'de.jensd:fontawesomefx-materialdesignfont:1.7.22-4' compile 'de.saxsys:mvvmfx-validation:1.7.0' compile 'de.saxsys:mvvmfx:1.7.0' @@ -314,7 +313,7 @@ test { useJUnitPlatform { excludeTags 'DatabaseTest', 'FetcherTest', 'GUITest', 'org.jabref.testutils.category.FetcherTest', 'org.jabref.testutils.category.GUITest' } - + testLogging { // set options for log level LIFECYCLE events "failed" @@ -375,7 +374,7 @@ checkstyle { // do not use other packages for checkstyle, excluding gen(erated) sources checkstyleMain.source = "src/main/java" toolVersion = '8.5' - + // do not perform checkstyle checks by default sourceSets = [] } diff --git a/src/main/java/org/jabref/gui/help/AboutDialog.css b/src/main/java/org/jabref/gui/help/AboutDialog.css index b24df8f687f..836e89c4eb7 100644 --- a/src/main/java/org/jabref/gui/help/AboutDialog.css +++ b/src/main/java/org/jabref/gui/help/AboutDialog.css @@ -43,4 +43,12 @@ .dialog-pane *.button-bar { -fx-max-height: 0; -fx-pref-height: 0; -} \ No newline at end of file +} + +.logo-pane { + fx-fill: transparent; +} + +.logo-pane SVGPath { + -fx-fill: #4f5f8f; +} diff --git a/src/main/java/org/jabref/gui/help/AboutDialog.fxml b/src/main/java/org/jabref/gui/help/AboutDialog.fxml index 9ffe83aee39..87a73866520 100644 --- a/src/main/java/org/jabref/gui/help/AboutDialog.fxml +++ b/src/main/java/org/jabref/gui/help/AboutDialog.fxml @@ -1,5 +1,6 @@ + @@ -7,62 +8,74 @@ - - + + - + + + -
- + + + + + + + + + + + + + + + + + + + + + + - + - + - +
@@ -70,22 +83,19 @@
-