From a6370d7282aca02c590bfb8bbfd45b04661fe1c2 Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Sat, 15 Jun 2013 12:18:48 +0200 Subject: [PATCH] * Adjust the splitter handle width. --- src/tomahawk/TomahawkWindow.cpp | 1 + src/tomahawk/TomahawkWindow.ui | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/tomahawk/TomahawkWindow.cpp b/src/tomahawk/TomahawkWindow.cpp index d7ee9d8d2..699a562ab 100644 --- a/src/tomahawk/TomahawkWindow.cpp +++ b/src/tomahawk/TomahawkWindow.cpp @@ -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 ); diff --git a/src/tomahawk/TomahawkWindow.ui b/src/tomahawk/TomahawkWindow.ui index 3e81ad965..1afb6f9a3 100644 --- a/src/tomahawk/TomahawkWindow.ui +++ b/src/tomahawk/TomahawkWindow.ui @@ -37,7 +37,7 @@ Qt::Horizontal - 1 + 3