mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-07 14:46:33 +02:00
* Smaller bio-font.
This commit is contained in:
@@ -380,7 +380,7 @@ ArtistInfoWidget::onBiographyLoaded()
|
|||||||
"a:hover { color: black; text-decoration: underline; font-weight: 300; }"
|
"a:hover { color: black; text-decoration: underline; font-weight: 300; }"
|
||||||
"</style></head>"
|
"</style></head>"
|
||||||
"<body>%2</body></html>" )
|
"<body>%2</body></html>" )
|
||||||
.arg( TomahawkUtils::defaultFontSize() + 3 )
|
.arg( TomahawkUtils::defaultFontSize() + 1 )
|
||||||
.arg( m_artist->biography().trimmed().replace( '\n', "<br>" ) );
|
.arg( m_artist->biography().trimmed().replace( '\n', "<br>" ) );
|
||||||
|
|
||||||
ui->biography->setHtml( html );
|
ui->biography->setHtml( html );
|
||||||
|
Reference in New Issue
Block a user