From e3af5e31e68a7ac02eb4ebc646020e48e30c6c90 Mon Sep 17 00:00:00 2001 From: Alexander Borsuk Date: Wed, 12 May 2021 16:31:17 +0200 Subject: [PATCH] Show OSM contribution for 10 seconds instead of 2 Closes #396 Signed-off-by: Alexander Borsuk --- drape_frontend/gui/copyright_label.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drape_frontend/gui/copyright_label.cpp b/drape_frontend/gui/copyright_label.cpp index 430e5e009a..265912f33f 100644 --- a/drape_frontend/gui/copyright_label.cpp +++ b/drape_frontend/gui/copyright_label.cpp @@ -18,7 +18,7 @@ namespace gui { namespace { -double const kCopyrightVisibleTime = 2.0f; +double const kCopyrightVisibleTime = 10.0f; double const kCopyrightHideTime = 0.25f; class CopyrightHandle : public StaticLabelHandle