mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 14:16:32 +02:00
TWK-879: Ensure bredcrumb arrow is the right proportions
This commit is contained in:
@@ -34,7 +34,11 @@ using namespace Tomahawk;
|
|||||||
class BreadcrumbArrow : public QWidget
|
class BreadcrumbArrow : public QWidget
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
BreadcrumbArrow(QWidget* parent) : QWidget(parent) {}
|
BreadcrumbArrow( QWidget* parent )
|
||||||
|
: QWidget(parent)
|
||||||
|
{
|
||||||
|
setSizePolicy( QSizePolicy::Fixed, QSizePolicy::Fixed );
|
||||||
|
}
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
virtual void paintEvent( QPaintEvent* ) {
|
virtual void paintEvent( QPaintEvent* ) {
|
||||||
|
Reference in New Issue
Block a user