mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-30 19:00:12 +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
|
||||
{
|
||||
public:
|
||||
BreadcrumbArrow(QWidget* parent) : QWidget(parent) {}
|
||||
BreadcrumbArrow( QWidget* parent )
|
||||
: QWidget(parent)
|
||||
{
|
||||
setSizePolicy( QSizePolicy::Fixed, QSizePolicy::Fixed );
|
||||
}
|
||||
|
||||
protected:
|
||||
virtual void paintEvent( QPaintEvent* ) {
|
||||
|
Reference in New Issue
Block a user