mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-25 17:21:05 -04:00
Cleaned Creation Dialogs for Channels and Forums and updated german translation.
Fixed small bug in AppearancePage. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3479 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
a57ebbe623
commit
81ca05e75e
13 changed files with 1111 additions and 1176 deletions
|
@ -471,11 +471,11 @@ void ForumsDialog::togglethreadview_internal()
|
|||
if (ui.expandButton->isChecked()) {
|
||||
ui.postText->setVisible(true);
|
||||
ui.expandButton->setIcon(QIcon(QString(":/images/edit_remove24.png")));
|
||||
ui.expandButton->setToolTip("Hide");
|
||||
ui.expandButton->setToolTip(tr("Hide"));
|
||||
} else {
|
||||
ui.postText->setVisible(false);
|
||||
ui.expandButton->setIcon(QIcon(QString(":/images/edit_add24.png")));
|
||||
ui.expandButton->setToolTip("Expand");
|
||||
ui.expandButton->setToolTip(tr("Expand"));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue