Skip to content

Commit

Permalink
Fine tuning the positioning of highlighted artwork tabs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyrille Bollu committed Feb 25, 2016
1 parent fc15755 commit 7aad86e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/widgets/TabWidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ void TabWidget::paintEvent( QPaintEvent * _pe )
if( it.key() == m_activeTab )
{
artwork = new QPixmap( embed::getIconPixmap( ( *it ).activePixmap ) );
p.fillRect( tab_x_offset, 1, ( *it ).nwidth, TAB_HEIGHT - 1, cap_col );
p.fillRect( tab_x_offset, 2, ( *it ).nwidth, TAB_HEIGHT - 3, cap_col );
} else
{
artwork = new QPixmap( embed::getIconPixmap( ( *it ).inactivePixmap ) );
Expand Down

0 comments on commit 7aad86e

Please sign in to comment.