mirror of
https://github.com/iDescriptor/iDescriptor.git
synced 2026-06-22 03:45:51 +08:00
v0.1.2
-Properly scale icons -Show changelog -Add iconSizeBaseMultiplier
This commit is contained in:
@@ -32,7 +32,7 @@ PrivateInfoLabel::PrivateInfoLabel(const QString &fullText, QWidget *parent)
|
||||
layout->addWidget(m_textLabel);
|
||||
|
||||
m_toggleButton = new ZIconWidget(
|
||||
QIcon(":/resources/icons/ClarityEyeHideLine.png"), "Show", this);
|
||||
QIcon(":/resources/icons/ClarityEyeHideLine.png"), "Show", 1.0, this);
|
||||
m_toggleButton->setIconSize(QSize(20, 20));
|
||||
connect(m_toggleButton, &ZIconWidget::clicked, this,
|
||||
&PrivateInfoLabel::toggleVisibility);
|
||||
|
||||
Reference in New Issue
Block a user