1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-01 11:50:37 +02:00

Added new color definitions for download button.

This commit is contained in:
Christian Muehlhaeuser
2015-03-24 15:27:05 +01:00
parent f6dc649311
commit ac33a07e83

View File

@@ -100,6 +100,9 @@ namespace TomahawkStyle
static const QColor SEEKSLIDER_FOREGROUND = QColor( "#ffffff" );
static const QColor PLAYLIST_BUTTON_BACKGROUND = QColor( "#E61878" );
static const QColor PLAYLIST_BUTTON_FOREGROUND = QColor( "#ffffff" );
static const int POPUP_ROUNDING_RADIUS = 6;
static const float POPUP_OPACITY = 0.93;
}