mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-20 07:49:42 +01:00
* Fixed artist page's minimum width.
This commit is contained in:
parent
7f2fb58ab5
commit
4ad7e0e311
@ -167,6 +167,7 @@ ArtistInfoWidget::ArtistInfoWidget( const Tomahawk::artist_ptr& artist, QWidget*
|
||||
m_area = new QScrollArea();
|
||||
m_area->setWidgetResizable( true );
|
||||
m_area->setVerticalScrollBarPolicy( Qt::ScrollBarAlwaysOn );
|
||||
m_area->setHorizontalScrollBarPolicy( Qt::ScrollBarAlwaysOff );
|
||||
m_area->setWidget( m_widget );
|
||||
|
||||
QPalette pal = palette();
|
||||
|
@ -200,7 +200,7 @@
|
||||
<item>
|
||||
<widget class="QWebView" name="biography">
|
||||
<property name="sizePolicy">
|
||||
<sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
|
||||
<sizepolicy hsizetype="Expanding" vsizetype="MinimumExpanding">
|
||||
<horstretch>0</horstretch>
|
||||
<verstretch>0</verstretch>
|
||||
</sizepolicy>
|
||||
|
Loading…
x
Reference in New Issue
Block a user