mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-07 14:46:33 +02:00
* Moved Track page's font definitions to .ui file.
This commit is contained in:
@@ -71,8 +71,6 @@ TrackInfoWidget::TrackInfoWidget( const Tomahawk::query_ptr& query, QWidget* par
|
|||||||
{
|
{
|
||||||
QFont f = ui->trackLabel->font();
|
QFont f = ui->trackLabel->font();
|
||||||
f.setFamily( "Titillium Web" );
|
f.setFamily( "Titillium Web" );
|
||||||
f.setPointSize( TomahawkUtils::defaultFontSize() + 16 );
|
|
||||||
f.setBold( true );
|
|
||||||
|
|
||||||
QPalette p = ui->trackLabel->palette();
|
QPalette p = ui->trackLabel->palette();
|
||||||
p.setColor( QPalette::Foreground, TomahawkStyle::HEADER_LABEL );
|
p.setColor( QPalette::Foreground, TomahawkStyle::HEADER_LABEL );
|
||||||
@@ -84,7 +82,6 @@ TrackInfoWidget::TrackInfoWidget( const Tomahawk::query_ptr& query, QWidget* par
|
|||||||
{
|
{
|
||||||
QFont f = ui->artistLabel->font();
|
QFont f = ui->artistLabel->font();
|
||||||
f.setFamily( "Titillium Web" );
|
f.setFamily( "Titillium Web" );
|
||||||
f.setPointSize( TomahawkUtils::defaultFontSize() + 10 );
|
|
||||||
|
|
||||||
QPalette p = ui->artistLabel->palette();
|
QPalette p = ui->artistLabel->palette();
|
||||||
p.setColor( QPalette::Foreground, TomahawkStyle::HEADER_TEXT );
|
p.setColor( QPalette::Foreground, TomahawkStyle::HEADER_TEXT );
|
||||||
|
@@ -77,7 +77,7 @@
|
|||||||
</property>
|
</property>
|
||||||
<property name="font">
|
<property name="font">
|
||||||
<font>
|
<font>
|
||||||
<pointsize>20</pointsize>
|
<pointsize>26</pointsize>
|
||||||
<weight>75</weight>
|
<weight>75</weight>
|
||||||
<bold>true</bold>
|
<bold>true</bold>
|
||||||
</font>
|
</font>
|
||||||
@@ -100,7 +100,7 @@
|
|||||||
</property>
|
</property>
|
||||||
<property name="font">
|
<property name="font">
|
||||||
<font>
|
<font>
|
||||||
<pointsize>16</pointsize>
|
<pointsize>20</pointsize>
|
||||||
</font>
|
</font>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
@@ -155,7 +155,7 @@
|
|||||||
</property>
|
</property>
|
||||||
<property name="maximumSize">
|
<property name="maximumSize">
|
||||||
<size>
|
<size>
|
||||||
<width>220</width>
|
<width>440</width>
|
||||||
<height>16777215</height>
|
<height>16777215</height>
|
||||||
</size>
|
</size>
|
||||||
</property>
|
</property>
|
||||||
|
Reference in New Issue
Block a user