mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-23 01:09:42 +01:00
* A few more tweaks to artist page.
This commit is contained in:
parent
5238105781
commit
e79935c1ca
@ -121,7 +121,7 @@ ArtistInfoWidget::ArtistInfoWidget( const Tomahawk::artist_ptr& artist, QWidget*
|
||||
ui->cover->setShowText( false );
|
||||
|
||||
{
|
||||
QFont f = font();
|
||||
QFont f = ui->biography->font();
|
||||
f.setPointSize( f.pointSize() + 1 );
|
||||
f.setFamily( "Titillium Web" );
|
||||
|
||||
@ -143,10 +143,10 @@ ArtistInfoWidget::ArtistInfoWidget( const Tomahawk::artist_ptr& artist, QWidget*
|
||||
}
|
||||
|
||||
{
|
||||
QFont f = ui->biography->font();
|
||||
f.setPointSize( f.pointSize() + 2 );
|
||||
QFont f = ui->artistLabel->font();
|
||||
f.setFamily( "Titillium Web" );
|
||||
|
||||
QPalette p = ui->biography->palette();
|
||||
QPalette p = ui->artistLabel->palette();
|
||||
p.setColor( QPalette::Foreground, TomahawkStyle::HEADER_TEXT );
|
||||
|
||||
ui->artistLabel->setFont( f );
|
||||
@ -157,9 +157,8 @@ ArtistInfoWidget::ArtistInfoWidget( const Tomahawk::artist_ptr& artist, QWidget*
|
||||
QFont f = ui->label->font();
|
||||
f.setBold( false );
|
||||
f.setFamily( "Fauna One" );
|
||||
f.setPointSize( f.pointSize() + 2 );
|
||||
|
||||
QPalette p = ui->biography->palette();
|
||||
QPalette p = ui->label->palette();
|
||||
p.setColor( QPalette::Foreground, TomahawkStyle::PAGE_CAPTION );
|
||||
|
||||
ui->label->setFont( f );
|
||||
@ -172,7 +171,6 @@ ArtistInfoWidget::ArtistInfoWidget( const Tomahawk::artist_ptr& artist, QWidget*
|
||||
QFont f = ui->albumLabel->font();
|
||||
f.setBold( false );
|
||||
f.setFamily( "Fauna One" );
|
||||
f.setPointSize( f.pointSize() + 2 );
|
||||
|
||||
QPalette p = ui->biography->palette();
|
||||
p.setColor( QPalette::Foreground, TomahawkStyle::HEADER_TEXT );
|
||||
|
@ -77,7 +77,7 @@
|
||||
</property>
|
||||
<property name="font">
|
||||
<font>
|
||||
<pointsize>18</pointsize>
|
||||
<pointsize>20</pointsize>
|
||||
<weight>75</weight>
|
||||
<bold>true</bold>
|
||||
</font>
|
||||
@ -218,7 +218,7 @@
|
||||
<widget class="QLabel" name="label">
|
||||
<property name="font">
|
||||
<font>
|
||||
<pointsize>18</pointsize>
|
||||
<pointsize>20</pointsize>
|
||||
<weight>75</weight>
|
||||
<bold>true</bold>
|
||||
</font>
|
||||
@ -275,8 +275,7 @@
|
||||
<widget class="QLabel" name="label_2">
|
||||
<property name="font">
|
||||
<font>
|
||||
<family>Arial</family>
|
||||
<pointsize>18</pointsize>
|
||||
<pointsize>20</pointsize>
|
||||
<weight>75</weight>
|
||||
<bold>true</bold>
|
||||
</font>
|
||||
@ -385,8 +384,7 @@
|
||||
<widget class="QLabel" name="albumLabel">
|
||||
<property name="font">
|
||||
<font>
|
||||
<family>Arial</family>
|
||||
<pointsize>18</pointsize>
|
||||
<pointsize>20</pointsize>
|
||||
<weight>75</weight>
|
||||
<bold>true</bold>
|
||||
</font>
|
||||
|
Loading…
x
Reference in New Issue
Block a user