From: Joel Holdsworth Date: Fri, 22 Nov 2013 22:43:15 +0000 (+0000) Subject: Reduced popup padding X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=commitdiff_plain;h=b6a2899ab732a873543efda2dff77a9d940fb614 Reduced popup padding --- diff --git a/pv/widgets/popup.cpp b/pv/widgets/popup.cpp index ec6e60c..099c549 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),