mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-09 17:44:01 -07:00
fix bug with scrollbar resizing (#5263)
This commit is contained in:
parent
b894b75e6a
commit
27e5d21b6b
2 changed files with 8 additions and 3 deletions
|
|
@ -55,6 +55,8 @@ private:
|
|||
bool canBeShuffled;
|
||||
int extraHeight;
|
||||
Player *player;
|
||||
|
||||
void resizeScrollbar(qreal newZoneHeight);
|
||||
signals:
|
||||
void closePressed(ZoneViewWidget *zv);
|
||||
private slots:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue