Skip to content

Commit 556ddcd

Browse files
myk1343deepin-bot[bot]
authored andcommitted
fix: 替换图标大小12*12
替换图标大小12*12 Bug: https://pms.uniontech.com/bug-view-279839.html Log: 替换图标大小12*12
1 parent bacf3f3 commit 556ddcd

3 files changed

Lines changed: 11 additions & 11 deletions

File tree

Lines changed: 5 additions & 5 deletions
Loading
Lines changed: 5 additions & 5 deletions
Loading

src/views/itemwidget.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ void ItemWidget::setIcon(const QString &icon)
7474
void ItemWidget::setFuncIcon(ItemFuncType iconType)
7575
{
7676
// 统一设置大小
77-
m_funcButton->setIconSize(QSize(20, 20));
77+
m_funcButton->setIconSize(QSize(12, 12));
7878
switch (iconType) {
7979
case ItemFuncType_Item:
8080
m_funcButton->setIcon(QIcon::fromTheme("dt_edit"));

0 commit comments

Comments
 (0)