projects
/
pulseview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7491a29
)
Reduced popup padding
author
Joel Holdsworth
<joel@airwebreathe.org.uk>
Fri, 22 Nov 2013 22:43:15 +0000
(22:43 +0000)
committer
Joel Holdsworth
<joel@airwebreathe.org.uk>
Sat, 30 Nov 2013 18:14:05 +0000
(18:14 +0000)
pv/widgets/popup.cpp
patch
|
blob
|
history
diff --git
a/pv/widgets/popup.cpp
b/pv/widgets/popup.cpp
index ec6e60c46568b0e40fd53c80fda3ea70356e1579..099c5499acafbb30ba119f8729879947ee45630b 100644
(file)
--- 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 = 1
5
;
+const unsigned int Popup::ArrowLength = 1
0
;
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),