forked from organicmaps/organicmaps
Show OSM contribution for 10 seconds instead of 2
Closes #396 Signed-off-by: Alexander Borsuk <me@alex.bio>
This commit is contained in:
parent
c6b8f8a4c7
commit
e3af5e31e6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue