From 7aad86efe0ff4e17e8cb5d3c7da7f823b8e5a065 Mon Sep 17 00:00:00 2001 From: Cyrille Bollu Date: Thu, 25 Feb 2016 21:34:32 +0100 Subject: [PATCH] Fine tuning the positioning of highlighted artwork tabs. --- src/gui/widgets/TabWidget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/widgets/TabWidget.cpp b/src/gui/widgets/TabWidget.cpp index fa032935b..6fb3c54cd 100644 --- a/src/gui/widgets/TabWidget.cpp +++ b/src/gui/widgets/TabWidget.cpp @@ -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 ) );