mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-12 02:55:18 -04:00
* removed streching for Remote Directories
* added icon Label for Messages Toaster * Set userfriendly Column names for Remote/local Directories to Friends Directories and My Directories * removed not needed path show in Rank git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@962 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
171a5bef0d
commit
fc3fe52518
6 changed files with 157 additions and 193 deletions
|
@ -429,8 +429,8 @@ RemoteDirModel::RemoteDirModel(bool mode, QObject *parent)
|
|||
}
|
||||
break;
|
||||
case 2:
|
||||
//return QString("");
|
||||
return QString::fromStdString(details.path);
|
||||
return QString("");
|
||||
//return QString::fromStdString(details.path);
|
||||
break;
|
||||
|
||||
default:
|
||||
|
@ -479,11 +479,11 @@ RemoteDirModel::RemoteDirModel(bool mode, QObject *parent)
|
|||
case 0:
|
||||
if (RemoteMode)
|
||||
{
|
||||
return QString("Remote Directories");
|
||||
return QString("Friends Directories");
|
||||
}
|
||||
else
|
||||
{
|
||||
return QString("Local Directories");
|
||||
return QString("My Directories");
|
||||
}
|
||||
break;
|
||||
case 1:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue