From a9cd6ae8852b20a9a1de319c614db2ee9c8e0d6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20G=C3=A2teau?= Date: Thu, 7 Aug 2014 17:29:54 +0200 Subject: [PATCH] Draw the border around the handles Otherwise they are difficult to see when the partition takes all the space --- src/gui/partresizerwidget.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gui/partresizerwidget.cpp b/src/gui/partresizerwidget.cpp index 0fd5ab5..64c6c85 100644 --- a/src/gui/partresizerwidget.cpp +++ b/src/gui/partresizerwidget.cpp @@ -185,7 +185,6 @@ void PartResizerWidget::paintEvent(QPaintEvent*) opt.midLineWidth = 0; opt.state |= QStyle::State_Sunken; - opt.rect.adjust(handleWidth(), 0, -handleWidth(), 0); style()->drawPrimitive(QStyle::PE_PanelLineEdit, &opt, &painter, this); }