Minor style change to decoder heading
authorJoel Holdsworth <joel@airwebreathe.org.uk>
Sun, 12 Jan 2014 09:10:51 +0000 (09:10 +0000)
committerJoel Holdsworth <joel@airwebreathe.org.uk>
Sun, 12 Jan 2014 09:10:51 +0000 (09:10 +0000)
pv/widgets/decodergroupbox.cpp

index 4cf6a086d73e8aee10a9a6295884e7381699d21a..805a769017c81eb658743b5407d435cfc0fc4c6b 100644 (file)
@@ -38,7 +38,7 @@ DecoderGroupBox::DecoderGroupBox(QString title, QWidget *parent) :
        _layout->setContentsMargins(0, 0, 0, 0);
        setLayout(_layout);
 
-       _layout->addWidget(new QLabel(QString("<h2>%1</h2><hl/>").arg(title)),
+       _layout->addWidget(new QLabel(QString("<h3>%1</h3>").arg(title)),
                0, 0);
        _layout->setColumnStretch(0, 1);