1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-06 14:16:32 +02:00

* Fixed artist page's minimum width.

This commit is contained in:
Christian Muehlhaeuser
2014-09-19 21:49:46 +02:00
parent 7f2fb58ab5
commit 4ad7e0e311
2 changed files with 2 additions and 1 deletions

View File

@@ -167,6 +167,7 @@ ArtistInfoWidget::ArtistInfoWidget( const Tomahawk::artist_ptr& artist, QWidget*
m_area = new QScrollArea(); m_area = new QScrollArea();
m_area->setWidgetResizable( true ); m_area->setWidgetResizable( true );
m_area->setVerticalScrollBarPolicy( Qt::ScrollBarAlwaysOn ); m_area->setVerticalScrollBarPolicy( Qt::ScrollBarAlwaysOn );
m_area->setHorizontalScrollBarPolicy( Qt::ScrollBarAlwaysOff );
m_area->setWidget( m_widget ); m_area->setWidget( m_widget );
QPalette pal = palette(); QPalette pal = palette();

View File

@@ -200,7 +200,7 @@
<item> <item>
<widget class="QWebView" name="biography"> <widget class="QWebView" name="biography">
<property name="sizePolicy"> <property name="sizePolicy">
<sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding"> <sizepolicy hsizetype="Expanding" vsizetype="MinimumExpanding">
<horstretch>0</horstretch> <horstretch>0</horstretch>
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>