mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-04 07:05:26 -04:00
Removed some unnecessary filter icons and added some new placeholder for the filter.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5779 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
a9f70d0685
commit
adee9517c1
13 changed files with 89 additions and 80 deletions
|
@ -226,8 +226,6 @@ MessagesDialog::MessagesDialog(QWidget *parent)
|
|||
ui.filterLineEdit->addFilter(QIcon(), tr("Content"), COLUMN_CONTENT, tr("Search Content"));
|
||||
ui.filterLineEdit->addFilter(QIcon(), tr("Tags"), COLUMN_TAGS, tr("Search Tags"));
|
||||
ui.filterLineEdit->addFilter(QIcon(), tr("Attachments"), COLUMN_ATTACHEMENTS, tr("Search Attachments"));
|
||||
// can be removed when the actions of the filter line edit have own placeholder text
|
||||
ui.filterLineEdit->setPlaceholderText(tr("Search...")) ;
|
||||
|
||||
//setting default filter by column as subject
|
||||
ui.filterLineEdit->setCurrentFilter(COLUMN_SUBJECT);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue