mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
RSS: Fix buttons height
This commit is contained in:
parent
de2d2c7469
commit
bf746be692
2 changed files with 13 additions and 0 deletions
|
@ -21,6 +21,12 @@
|
|||
<layout class="QHBoxLayout" name="horizontalLayout">
|
||||
<item>
|
||||
<widget class="QToolButton" name="newFeedButton">
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>32</width>
|
||||
<height>32</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>New subscription</string>
|
||||
</property>
|
||||
|
@ -31,6 +37,12 @@
|
|||
</item>
|
||||
<item>
|
||||
<widget class="QToolButton" name="markReadButton">
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>32</width>
|
||||
<height>32</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Mark items read</string>
|
||||
</property>
|
||||
|
|
|
@ -48,6 +48,7 @@ RssManager::RssManager(): RssFolder() {
|
|||
|
||||
RssManager::~RssManager(){
|
||||
qDebug("Deleting RSSManager");
|
||||
m_refreshTimer.stop();
|
||||
delete m_rssDownloader;
|
||||
RssDownloadRuleList::drop();
|
||||
saveStreamList();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue