]> sigrok.org Git - pulseview.git/blobdiff - pv/widgets/popup.cpp
Reduced popup padding
[pulseview.git] / pv / widgets / popup.cpp
index ec6e60c46568b0e40fd53c80fda3ea70356e1579..099c5499acafbb30ba119f8729879947ee45630b 100644 (file)
@@ -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),