mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 14:16:32 +02:00
* Adjust the splitter handle width.
This commit is contained in:
@@ -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 );
|
||||
|
||||
|
@@ -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"/>
|
||||
|
Reference in New Issue
Block a user