1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-21 00:09:47 +01:00

* Adjust the splitter handle width.

This commit is contained in:
Christian Muehlhaeuser 2013-06-15 12:18:48 +02:00
parent 2304d2380a
commit a6370d7282
2 changed files with 2 additions and 1 deletions

View File

@ -198,6 +198,7 @@ TomahawkWindow::loadSettings()
// Always set stretch factor. If user hasn't manually set splitter sizes,
// this will ensure a sane default on all startups. If the user has, the manual
// size will override the default stretching
ui->splitter->setHandleWidth( 3 );
ui->splitter->setStretchFactor( 0, 0 );
ui->splitter->setStretchFactor( 1, 1 );

View File

@ -37,7 +37,7 @@
<enum>Qt::Horizontal</enum>
</property>
<property name="handleWidth">
<number>1</number>
<number>3</number>
</property>
<widget class="QWidget" name="sidebarWidget" native="true"/>
<widget class="QWidget" name="playlistWidget" native="true"/>