projects
/
pulseview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
941c1ba
)
Minor style change to decoder heading
author
Joel Holdsworth
<joel@airwebreathe.org.uk>
Sun, 12 Jan 2014 09:10:51 +0000
(09:10 +0000)
committer
Joel Holdsworth
<joel@airwebreathe.org.uk>
Sun, 12 Jan 2014 09:10:51 +0000
(09:10 +0000)
pv/widgets/decodergroupbox.cpp
patch
|
blob
|
history
diff --git
a/pv/widgets/decodergroupbox.cpp
b/pv/widgets/decodergroupbox.cpp
index 4cf6a086d73e8aee10a9a6295884e7381699d21a..805a769017c81eb658743b5407d435cfc0fc4c6b 100644
(file)
--- a/
pv/widgets/decodergroupbox.cpp
+++ b/
pv/widgets/decodergroupbox.cpp
@@
-38,7
+38,7
@@
DecoderGroupBox::DecoderGroupBox(QString title, QWidget *parent) :
_layout->setContentsMargins(0, 0, 0, 0);
setLayout(_layout);
- _layout->addWidget(new QLabel(QString("<h
2>%1</h2><hl/
>").arg(title)),
+ _layout->addWidget(new QLabel(QString("<h
3>%1</h3
>").arg(title)),
0, 0);
_layout->setColumnStretch(0, 1);