update the qt client's icons to svg (#3377)

This commit is contained in:
Gary Elshaw
2022-07-03 13:42:43 +12:00
committed by GitHub
parent 3e73913a1d
commit 083529c5bb
31 changed files with 535 additions and 4390 deletions

View File

@@ -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*/)