From a813b95dbe91e9fc9f94a4c08d166639224d874d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20G=C3=A4rtner?= <andreas.gaertner@hotmail.com> Date: Mon, 26 Oct 2015 03:20:16 +0100 Subject: [PATCH] Replace default splashscreen logo with smaller one --- src/main/resources/arsnova.properties.example | 2 +- src/test/resources/arsnova.properties.example | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/arsnova.properties.example b/src/main/resources/arsnova.properties.example index ca66ba4f..94c0313c 100644 --- a/src/main/resources/arsnova.properties.example +++ b/src/main/resources/arsnova.properties.example @@ -215,7 +215,7 @@ ui.slogan=Audience Response System # Splashscreen configuration # -splashscreen.logo-path=resources/images/arsnova.png +splashscreen.logo-path=resources/images/arsnova-small.png splashscreen.slogan=Audience Response System splashscreen.background-color=#E0E0E0 splashscreen.loading-ind-color=#4A5C66 diff --git a/src/test/resources/arsnova.properties.example b/src/test/resources/arsnova.properties.example index f9768d1f..6294907a 100644 --- a/src/test/resources/arsnova.properties.example +++ b/src/test/resources/arsnova.properties.example @@ -215,7 +215,7 @@ ui.slogan=Audience Response System # Splashscreen configuration # -splashscreen.logo-path=resources/images/arsnova.png +splashscreen.logo-path=resources/images/arsnova-small.png splashscreen.slogan=Audience Response System splashscreen.background-color=#E0E0E0 splashscreen.loading-ind-color=#4A5C66 -- GitLab