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:
parent
03451c9197
commit
ab221b2344
@ -278,7 +278,7 @@ TopBar::setModesVisible( bool b )
|
||||
void
|
||||
TopBar::setFilterVisible( bool b )
|
||||
{
|
||||
ui->filterEdit->setEnabled( b );
|
||||
ui->filterEdit->setVisible( b );
|
||||
}
|
||||
|
||||
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user