]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/metatextlabel.cpp
assure that no expensive operations are done when the Information Panel has been...
[dolphin.git] / src / metatextlabel.cpp
index b1ec664ec046920f5a219203d31f66dac90f6e31..f62a9a6a1e2ab06d81b5730bf8533f006e98afea 100644 (file)
@@ -81,6 +81,7 @@ void MetaTextLabel::add(const QString& labelText, const QString& infoText)
     info->setWordWrap(true);
 
     QHBoxLayout* layout = new QHBoxLayout(line);
+    layout->setMargin(2);
     layout->addWidget(label, 50);
     layout->addWidget(info, 50);