Allow the normal/restore icon to be different than float/dock

Allow we use the same icon, the user might now want to, so allow
them to use a different icon
This commit is contained in:
Sergio Martins
2020-10-03 14:58:07 +01:00
parent f062ab7a64
commit d1b2d17f7d
3 changed files with 7 additions and 1 deletions

View File

@@ -113,6 +113,7 @@ namespace KDDockWidgets
Float,
Minimize,
Maximize,
Normal, // Restore from maximized state
AutoHide,
UnautoHide
};