diff --git a/src/libtomahawk/widgets/Dashboard.cpp b/src/libtomahawk/widgets/Dashboard.cpp
index 145f7891d..e8ed6708e 100644
--- a/src/libtomahawk/widgets/Dashboard.cpp
+++ b/src/libtomahawk/widgets/Dashboard.cpp
@@ -85,11 +85,6 @@ Dashboard::Dashboard( QWidget* parent )
ui->tracksView->setAttribute( Qt::WA_MacShowFocusRect, 0 );
ui->tracksView->setStyleSheet( "QTreeView { background-color: transparent; }" );
TomahawkStyle::stylePageFrame( ui->trackFrame );
-
- QFont f;
- f.setBold( true );
- QFontMetrics fm( f );
- ui->tracksView->setMinimumWidth( fm.width( tr( "Recently played tracks" ) ) * 2 );
}
{
@@ -132,7 +127,6 @@ Dashboard::Dashboard( QWidget* parent )
{
QFont f = ui->label->font();
- f.setBold( false );
f.setFamily( "Fauna One" );
QPalette p = ui->label->palette();
@@ -146,7 +140,6 @@ Dashboard::Dashboard( QWidget* parent )
{
QFont f = ui->playlistLabel->font();
- f.setBold( false );
f.setFamily( "Fauna One" );
QPalette p = ui->playlistLabel->palette();
diff --git a/src/libtomahawk/widgets/Dashboard.ui b/src/libtomahawk/widgets/Dashboard.ui
index 17f5bf4d9..5745baee0 100644
--- a/src/libtomahawk/widgets/Dashboard.ui
+++ b/src/libtomahawk/widgets/Dashboard.ui
@@ -81,8 +81,8 @@
20
- 75
- true
+ 50
+ false
@@ -137,9 +137,10 @@
+ Arial
20
- 75
- true
+ 50
+ false
@@ -247,8 +248,8 @@
20
- 75
- true
+ 50
+ false