mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-24 08:41:26 -04:00
Cleaned LinkDialog, MessengerWindow, ImHistoryBrowser, IntroPage, MainWindow, ShareManager, StartDialog and some other small dialogs and updated german translation.
Now the big changes are finished. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3480 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
81ca05e75e
commit
4fd3ab6123
15 changed files with 4734 additions and 4902 deletions
|
@ -809,14 +809,14 @@ void LinksDialog::toggleWindows( void )
|
|||
newSizeList.push_back(totalSize);
|
||||
newSizeList.push_back(0);
|
||||
ui.expandButton->setIcon(QIcon(QString(":/images/edit_add24.png")));
|
||||
ui.expandButton->setToolTip("Expand");
|
||||
ui.expandButton->setToolTip(tr("Expand"));
|
||||
}
|
||||
else
|
||||
{
|
||||
newSizeList.push_back(totalSize * 3/4);
|
||||
newSizeList.push_back(totalSize * 1/4);
|
||||
ui.expandButton->setIcon(QIcon(QString(":/images/edit_remove24.png")));
|
||||
ui.expandButton->setToolTip("Hide");
|
||||
ui.expandButton->setToolTip(tr("Hide"));
|
||||
}
|
||||
|
||||
ui.msgSplitter->setSizes(newSizeList);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue