mirror of
https://invent.kde.org/system/dolphin
synced 2024-11-05 18:47:12 +00:00
qt3support--
svn path=/trunk/KDE/kdebase/kdepasswd/; revision=479652
This commit is contained in:
parent
63bc45d49a
commit
2b64b335ed
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ void ChFaceDlg::addCustomPixmap( QString imPath, bool saveCopy )
|
|||
}
|
||||
if ( (pix.width() > KCFGUserAccount::faceSize())
|
||||
|| (pix.height() > KCFGUserAccount::faceSize()) )
|
||||
pix = pix.scaled( KCFGUserAccount::faceSize(), KCFGUserAccount::faceSize(), Qt::ScaleMin );// Should be no bigger than certain size.
|
||||
pix = pix.scaled( KCFGUserAccount::faceSize(), KCFGUserAccount::faceSize(), Qt::KeepAspectRatio );// Should be no bigger than certain size.
|
||||
|
||||
if ( saveCopy )
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue