mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-21 00:09:47 +01:00
* Set captions to non-bold in .ui.
This commit is contained in:
parent
d54e695b91
commit
60296e45f3
@ -126,7 +126,6 @@ AlbumInfoWidget::AlbumInfoWidget( const Tomahawk::album_ptr& album, QWidget* par
|
||||
|
||||
{
|
||||
QFont f = ui->label->font();
|
||||
f.setBold( false );
|
||||
f.setFamily( "Fauna One" );
|
||||
|
||||
QPalette p = ui->label->palette();
|
||||
|
@ -158,8 +158,8 @@
|
||||
<property name="font">
|
||||
<font>
|
||||
<pointsize>20</pointsize>
|
||||
<weight>75</weight>
|
||||
<bold>true</bold>
|
||||
<weight>50</weight>
|
||||
<bold>false</bold>
|
||||
</font>
|
||||
</property>
|
||||
<property name="text">
|
||||
@ -227,9 +227,10 @@
|
||||
<widget class="QLabel" name="label_2">
|
||||
<property name="font">
|
||||
<font>
|
||||
<family>Arial</family>
|
||||
<pointsize>20</pointsize>
|
||||
<weight>75</weight>
|
||||
<bold>true</bold>
|
||||
<weight>50</weight>
|
||||
<bold>false</bold>
|
||||
</font>
|
||||
</property>
|
||||
<property name="text">
|
||||
|
@ -171,7 +171,6 @@ ArtistInfoWidget::ArtistInfoWidget( const Tomahawk::artist_ptr& artist, QWidget*
|
||||
|
||||
{
|
||||
QFont f = ui->label->font();
|
||||
f.setBold( false );
|
||||
f.setFamily( "Fauna One" );
|
||||
|
||||
QPalette p = ui->label->palette();
|
||||
@ -185,7 +184,6 @@ ArtistInfoWidget::ArtistInfoWidget( const Tomahawk::artist_ptr& artist, QWidget*
|
||||
|
||||
{
|
||||
QFont f = ui->albumLabel->font();
|
||||
f.setBold( false );
|
||||
f.setFamily( "Fauna One" );
|
||||
|
||||
QPalette p = ui->albumLabel->palette();
|
||||
|
@ -215,8 +215,8 @@
|
||||
<property name="font">
|
||||
<font>
|
||||
<pointsize>20</pointsize>
|
||||
<weight>75</weight>
|
||||
<bold>true</bold>
|
||||
<weight>50</weight>
|
||||
<bold>false</bold>
|
||||
</font>
|
||||
</property>
|
||||
<property name="text">
|
||||
@ -272,8 +272,8 @@
|
||||
<property name="font">
|
||||
<font>
|
||||
<pointsize>20</pointsize>
|
||||
<weight>75</weight>
|
||||
<bold>true</bold>
|
||||
<weight>50</weight>
|
||||
<bold>false</bold>
|
||||
</font>
|
||||
</property>
|
||||
<property name="text">
|
||||
@ -381,8 +381,8 @@
|
||||
<property name="font">
|
||||
<font>
|
||||
<pointsize>20</pointsize>
|
||||
<weight>75</weight>
|
||||
<bold>true</bold>
|
||||
<weight>50</weight>
|
||||
<bold>false</bold>
|
||||
</font>
|
||||
</property>
|
||||
<property name="text">
|
||||
|
@ -118,7 +118,6 @@ TrackInfoWidget::TrackInfoWidget( const Tomahawk::query_ptr& query, QWidget* par
|
||||
|
||||
{
|
||||
QFont f = ui->label->font();
|
||||
f.setBold( false );
|
||||
f.setFamily( "Fauna One" );
|
||||
|
||||
QPalette p = ui->label->palette();
|
||||
@ -131,7 +130,6 @@ TrackInfoWidget::TrackInfoWidget( const Tomahawk::query_ptr& query, QWidget* par
|
||||
{
|
||||
QFont f = ui->statsLabel->font();
|
||||
f.setPointSize( TomahawkUtils::defaultFontSize() + 2 );
|
||||
f.setBold( true );
|
||||
ui->statsLabel->setFont( f );
|
||||
}
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>965</width>
|
||||
<width>989</width>
|
||||
<height>832</height>
|
||||
</rect>
|
||||
</property>
|
||||
@ -252,8 +252,8 @@
|
||||
<property name="font">
|
||||
<font>
|
||||
<pointsize>20</pointsize>
|
||||
<weight>75</weight>
|
||||
<bold>true</bold>
|
||||
<weight>50</weight>
|
||||
<bold>false</bold>
|
||||
</font>
|
||||
</property>
|
||||
<property name="text">
|
||||
|
Loading…
x
Reference in New Issue
Block a user