mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 13:23:34 -07:00
set article list icon size
This commit is contained in:
parent
0a9e54f27f
commit
585ada9684
3 changed files with 4 additions and 2 deletions
|
@ -35,11 +35,13 @@
|
||||||
#include "base/rss/rss_article.h"
|
#include "base/rss/rss_article.h"
|
||||||
#include "base/rss/rss_item.h"
|
#include "base/rss/rss_item.h"
|
||||||
#include "gui/uithememanager.h"
|
#include "gui/uithememanager.h"
|
||||||
|
#include "gui/utils.h"
|
||||||
|
|
||||||
ArticleListWidget::ArticleListWidget(QWidget *parent)
|
ArticleListWidget::ArticleListWidget(QWidget *parent)
|
||||||
: QListWidget(parent)
|
: QListWidget(parent)
|
||||||
{
|
{
|
||||||
setContextMenuPolicy(Qt::CustomContextMenu);
|
setContextMenuPolicy(Qt::CustomContextMenu);
|
||||||
|
setIconSize(Utils::Gui::smallIconSize());
|
||||||
setSelectionMode(QAbstractItemView::ExtendedSelection);
|
setSelectionMode(QAbstractItemView::ExtendedSelection);
|
||||||
|
|
||||||
checkInvariant();
|
checkInvariant();
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
<svg width="11" height="13" xmlns="http://www.w3.org/2000/svg"><circle cx="5.5" cy="6.5" r="4" fill="#9aa0a6" /></svg>
|
<svg width="32" height="32" xmlns="http://www.w3.org/2000/svg"><circle cx="16" cy="16" r="8" fill="#9aa0a6" /></svg>
|
Before Width: | Height: | Size: 118 B After Width: | Height: | Size: 116 B |
|
@ -1 +1 @@
|
||||||
<svg width="11" height="13" xmlns="http://www.w3.org/2000/svg"><circle cx="5.5" cy="6.5" r="4" fill="#1e90ff" /></svg>
|
<svg width="32" height="32" xmlns="http://www.w3.org/2000/svg"><circle cx="16" cy="16" r="8" fill="#1e90ff" /></svg>
|
Before Width: | Height: | Size: 118 B After Width: | Height: | Size: 116 B |
Loading…
Add table
Add a link
Reference in a new issue