1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-23 01:09:42 +01:00

* Make hover fading a tiny bit faster again.

This commit is contained in:
Christian Muehlhaeuser 2012-05-27 19:35:09 +02:00
parent b3f2478d6d
commit c2814bdabb

View File

@ -44,7 +44,7 @@
#include "utils/Logger.h"
namespace {
static const int FADE_DURATION = 250;
static const int FADE_DURATION = 200;
};