1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-22 16:59:58 +01:00

* Hide filter when it's disabled.

This commit is contained in:
Christian Muehlhaeuser 2011-05-19 08:04:02 +02:00
parent 03451c9197
commit ab221b2344
2 changed files with 3 additions and 3 deletions

View File

@ -278,7 +278,7 @@ TopBar::setModesVisible( bool b )
void
TopBar::setFilterVisible( bool b )
{
ui->filterEdit->setEnabled( b );
ui->filterEdit->setVisible( b );
}

View File

@ -162,13 +162,13 @@
</property>
<property name="minimumSize">
<size>
<width>87</width>
<width>58</width>
<height>30</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>87</width>
<width>58</width>
<height>30</height>
</size>
</property>