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:
@@ -25,7 +25,7 @@
|
||||
iFuseDiskUnmountButton::iFuseDiskUnmountButton(const QString &path,
|
||||
QWidget *parent)
|
||||
: ZIconWidget{QIcon(":/resources/icons/ClarityHardDiskSolidAlerted.png"),
|
||||
"Unmount iFuse at " + path, parent}
|
||||
"Unmount iFuse at " + path, 1.0, parent}
|
||||
{
|
||||
setCursor(Qt::PointingHandCursor);
|
||||
setFixedSize(24, 24);
|
||||
|
||||
Reference in New Issue
Block a user