mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-19 20:04:24 -04:00
some design improvements for Advanced Search
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2358 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
f9af70d361
commit
ec2a0a3057
4 changed files with 356 additions and 285 deletions
|
@ -54,7 +54,7 @@ AdvancedSearchDialog::AdvancedSearchDialog(QWidget * parent) : QDialog (parent)
|
|||
|
||||
void AdvancedSearchDialog::addNewExpression()
|
||||
{
|
||||
int sizeChange = metrics->height() + 35;
|
||||
int sizeChange = metrics->height() + 26;
|
||||
|
||||
ExpressionWidget *expr;
|
||||
if (expressions->size() == 0)
|
||||
|
@ -84,7 +84,7 @@ void AdvancedSearchDialog::addNewExpression()
|
|||
|
||||
void AdvancedSearchDialog::deleteExpression(ExpressionWidget* expr)
|
||||
{
|
||||
int sizeChange = metrics->height() + 35;
|
||||
int sizeChange = metrics->height() + 26;
|
||||
|
||||
expressions->removeAll(expr);
|
||||
expr->hide();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue