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