mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-07 22:56:42 +02:00
* Hide filter when it's disabled.
This commit is contained in:
@@ -278,7 +278,7 @@ TopBar::setModesVisible( bool b )
|
|||||||
void
|
void
|
||||||
TopBar::setFilterVisible( bool b )
|
TopBar::setFilterVisible( bool b )
|
||||||
{
|
{
|
||||||
ui->filterEdit->setEnabled( b );
|
ui->filterEdit->setVisible( b );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@@ -162,13 +162,13 @@
|
|||||||
</property>
|
</property>
|
||||||
<property name="minimumSize">
|
<property name="minimumSize">
|
||||||
<size>
|
<size>
|
||||||
<width>87</width>
|
<width>58</width>
|
||||||
<height>30</height>
|
<height>30</height>
|
||||||
</size>
|
</size>
|
||||||
</property>
|
</property>
|
||||||
<property name="maximumSize">
|
<property name="maximumSize">
|
||||||
<size>
|
<size>
|
||||||
<width>87</width>
|
<width>58</width>
|
||||||
<height>30</height>
|
<height>30</height>
|
||||||
</size>
|
</size>
|
||||||
</property>
|
</property>
|
||||||
|
Reference in New Issue
Block a user