From 304337981faa45baae838d121ad0a9e3415ab76f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20G=C3=A4rtner?= <andreas.gaertner@hotmail.com>
Date: Tue, 27 Oct 2015 04:31:30 +0100
Subject: [PATCH] Change default splashscreen logo configuration

---
 src/main/resources/arsnova.properties.example | 4 ++--
 src/test/resources/arsnova.properties.example | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/main/resources/arsnova.properties.example b/src/main/resources/arsnova.properties.example
index 94c0313c2..ba66153c2 100644
--- a/src/main/resources/arsnova.properties.example
+++ b/src/main/resources/arsnova.properties.example
@@ -214,8 +214,8 @@ session.demo-id=
 ui.slogan=Audience Response System
 
 # Splashscreen configuration
-#
-splashscreen.logo-path=resources/images/arsnova-small.png
+# Best results are achieved with logos that have the same width and height.
+splashscreen.logo-path=resources/images/arsnova-logo.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 6294907a7..b89a2eebe 100644
--- a/src/test/resources/arsnova.properties.example
+++ b/src/test/resources/arsnova.properties.example
@@ -214,8 +214,8 @@ session.demo-id=
 ui.slogan=Audience Response System
 
 # Splashscreen configuration
-#
-splashscreen.logo-path=resources/images/arsnova-small.png
+# Best results are achieved with logos that have the same width and height.
+splashscreen.logo-path=resources/images/arsnova-logo.png
 splashscreen.slogan=Audience Response System
 splashscreen.background-color=#E0E0E0
 splashscreen.loading-ind-color=#4A5C66
-- 
GitLab