mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 11:20:22 +02:00
* Fixed artist page's minimum width.
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user