mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
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:
parent
fc0ff38206
commit
df8cf16f9f
@ -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 ;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user