#include <QLabel>
MetaTextLabel::MetaTextLabel(QWidget* parent) :
- QGroupBox(i18nc("@title:group General metadata", "General"), parent),
+ QWidget(parent),
m_lines(0),
m_layout(0)
{
info->setWordWrap(true);
QHBoxLayout* layout = new QHBoxLayout(line);
+ layout->setMargin(2);
layout->addWidget(label, 50);
layout->addWidget(info, 50);