1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-06 14:16:32 +02:00

* Smaller bio-font.

This commit is contained in:
Christian Muehlhaeuser
2014-08-28 23:58:40 +02:00
parent 356784736f
commit 333c41cf3b

View File

@@ -380,7 +380,7 @@ ArtistInfoWidget::onBiographyLoaded()
"a:hover { color: black; text-decoration: underline; font-weight: 300; }"
"</style></head>"
"<body>%2</body></html>" )
.arg( TomahawkUtils::defaultFontSize() + 3 )
.arg( TomahawkUtils::defaultFontSize() + 1 )
.arg( m_artist->biography().trimmed().replace( '\n', "<br>" ) );
ui->biography->setHtml( html );