ContextView: Use fixed size to avoid scrollbar issues
This commit is contained in:
@@ -54,6 +54,7 @@ class ContextAlbum : public QWidget {
|
||||
|
||||
protected:
|
||||
QSize sizeHint() const override;
|
||||
void resizeEvent(QResizeEvent *e) override;
|
||||
void paintEvent(QPaintEvent*) override;
|
||||
void mouseDoubleClickEvent(QMouseEvent *e) override;
|
||||
void contextMenuEvent(QContextMenuEvent *e) override;
|
||||
@@ -92,7 +93,6 @@ class ContextAlbum : public QWidget {
|
||||
void SearchCoverInProgress();
|
||||
|
||||
private:
|
||||
static const int kWidgetSpacing;
|
||||
static const int kFadeTimeLineMs;
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user