mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-29 20:22:30 +01:00
* Adjust the splitter handle width.
This commit is contained in:
parent
2304d2380a
commit
a6370d7282
src/tomahawk
@ -198,6 +198,7 @@ TomahawkWindow::loadSettings()
|
|||||||
// Always set stretch factor. If user hasn't manually set splitter sizes,
|
// 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
|
// this will ensure a sane default on all startups. If the user has, the manual
|
||||||
// size will override the default stretching
|
// size will override the default stretching
|
||||||
|
ui->splitter->setHandleWidth( 3 );
|
||||||
ui->splitter->setStretchFactor( 0, 0 );
|
ui->splitter->setStretchFactor( 0, 0 );
|
||||||
ui->splitter->setStretchFactor( 1, 1 );
|
ui->splitter->setStretchFactor( 1, 1 );
|
||||||
|
|
||||||
|
@ -37,7 +37,7 @@
|
|||||||
<enum>Qt::Horizontal</enum>
|
<enum>Qt::Horizontal</enum>
|
||||||
</property>
|
</property>
|
||||||
<property name="handleWidth">
|
<property name="handleWidth">
|
||||||
<number>1</number>
|
<number>3</number>
|
||||||
</property>
|
</property>
|
||||||
<widget class="QWidget" name="sidebarWidget" native="true"/>
|
<widget class="QWidget" name="sidebarWidget" native="true"/>
|
||||||
<widget class="QWidget" name="playlistWidget" native="true"/>
|
<widget class="QWidget" name="playlistWidget" native="true"/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user