mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-21 00:09:47 +01:00
TWK-879: Ensure bredcrumb arrow is the right proportions
This commit is contained in:
parent
c114657f81
commit
9218488409
@ -34,7 +34,11 @@ using namespace Tomahawk;
|
||||
class BreadcrumbArrow : public QWidget
|
||||
{
|
||||
public:
|
||||
BreadcrumbArrow(QWidget* parent) : QWidget(parent) {}
|
||||
BreadcrumbArrow( QWidget* parent )
|
||||
: QWidget(parent)
|
||||
{
|
||||
setSizePolicy( QSizePolicy::Fixed, QSizePolicy::Fixed );
|
||||
}
|
||||
|
||||
protected:
|
||||
virtual void paintEvent( QPaintEvent* ) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user