From 83d1f0c0c3a78101fbe174a02b17a950c496e635 Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Mon, 1 Jan 2018 13:48:31 +0100 Subject: Download items' width should no longer exceed the list width --- src/lib/downloads/downloadswidget.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/lib/downloads/downloadswidget.h') diff --git a/src/lib/downloads/downloadswidget.h b/src/lib/downloads/downloadswidget.h index 30bfa38..8c9ea21 100644 --- a/src/lib/downloads/downloadswidget.h +++ b/src/lib/downloads/downloadswidget.h @@ -27,6 +27,9 @@ public: public slots: void addDownload(QWebEngineDownloadItem *item); +protected: + void resizeEvent(QResizeEvent *event) override; + private: Ui::DownloadDialog *ui; QString m_downloadPath; -- cgit v1.2.1