From: Peter Penz Date: Mon, 16 Jun 2008 19:33:29 +0000 (+0000) Subject: use a smaller margin for the meta information X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/836849c7853ef1d8d85c9412626730892e2a9af7?ds=inline use a smaller margin for the meta information svn path=/trunk/KDE/kdebase/apps/; revision=821189 --- diff --git a/src/metatextlabel.cpp b/src/metatextlabel.cpp index b1ec664ec..f62a9a6a1 100644 --- a/src/metatextlabel.cpp +++ b/src/metatextlabel.cpp @@ -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);