-Properly scale icons
-Show changelog
-Add iconSizeBaseMultiplier
This commit is contained in:
uncor3
2025-12-08 20:02:38 +00:00
parent f0d049a2da
commit c1f38dbd18
17 changed files with 327 additions and 48 deletions
+1 -1
View File
@@ -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);