mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
update the qt client's icons to svg (#3377)
This commit is contained in:
@@ -23,7 +23,7 @@ QSize IconToolButton::sizeHint() const
|
||||
option.toolButtonStyle = Qt::ToolButtonIconOnly;
|
||||
QSize const size = style()->sizeFromContents(QStyle::CT_ToolButton, &option, iconSize(), this);
|
||||
|
||||
return size.expandedTo(iconSize() + QSize(8, 8));
|
||||
return size.expandedTo(iconSize() + QSize(4, 4));
|
||||
}
|
||||
|
||||
void IconToolButton::paintEvent(QPaintEvent* /*event*/)
|
||||
|
||||
Reference in New Issue
Block a user