Add horizontal scrolling for tracker list and torrent content

This commit is contained in:
NotTsunami
2022-03-15 15:05:47 -04:00
parent 67b35b76ac
commit b5d67f90e4
4 changed files with 36 additions and 0 deletions

View File

@@ -50,4 +50,5 @@ public:
private:
QModelIndex currentNameCell();
void wheelEvent(QWheelEvent *event) override;
};