changed search line frame's objekt name.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3627 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2010-10-07 00:22:03 +00:00
parent fc0ff38206
commit df8cf16f9f
2 changed files with 3 additions and 3 deletions

View File

@ -177,11 +177,11 @@ void SearchDialog::checkText(const QString& txt)
if(txt.length() < 3) if(txt.length() < 3)
{ {
std::cout << "setting palette 1" << std::endl ; std::cout << "setting palette 1" << std::endl ;
ui.frame_2->setStyleSheet("QFrame{ border: 2px solid #079E00; background-color: #DBDBDB; }"); ui.searchlineframe->setStyleSheet("QFrame{ border: 2px solid #079E00; background-color: #DBDBDB; }");
} }
else else
{ {
ui.frame_2->setStyleSheet("QFrame { border: 2px solid #079E00; background-color: white; }"); ui.searchlineframe->setStyleSheet("QFrame { border: 2px solid #079E00; background-color: white; }");
std::cout << "setting palette 2" << std::endl ; std::cout << "setting palette 2" << std::endl ;
} }
} }

View File

@ -692,7 +692,7 @@ border-image: url(:/images/btn_26_pressed.png) 4;
<number>0</number> <number>0</number>
</property> </property>
<item> <item>
<widget class="QFrame" name="frame_2"> <widget class="QFrame" name="searchlineframe">
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>0</width> <width>0</width>