From b6a2899ab732a873543efda2dff77a9d940fb614 Mon Sep 17 00:00:00 2001 From: Joel Holdsworth Date: Fri, 22 Nov 2013 22:43:15 +0000 Subject: [PATCH] Reduced popup padding --- pv/widgets/popup.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pv/widgets/popup.cpp b/pv/widgets/popup.cpp index ec6e60c4..099c5499 100644 --- a/pv/widgets/popup.cpp +++ b/pv/widgets/popup.cpp @@ -31,9 +31,9 @@ using namespace std; namespace pv { namespace widgets { -const unsigned int Popup::ArrowLength = 15; +const unsigned int Popup::ArrowLength = 10; const unsigned int Popup::ArrowOverlap = 3; -const unsigned int Popup::MarginWidth = 10; +const unsigned int Popup::MarginWidth = 6; Popup::Popup(QWidget *parent) : QWidget(parent, Qt::Popup | Qt::FramelessWindowHint), -- 2.30.2