From kde-commits Tue May 31 22:24:37 2005 From: Maks Orlovich Date: Tue, 31 May 2005 22:24:37 +0000 To: kde-commits Subject: branches/work/kde4/qt-copy/src/gui/widgets Message-Id: <1117578277.837059.8974.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=111757829911091 SVN commit 420379 by orlovich: I am gonna go out on a limb here, and claim that status bars without a resize grip are not meant to have a Big Honking Margin. M +1 -0 qstatusbar.cpp --- branches/work/kde4/qt-copy/src/gui/widgets/qstatusbar.cpp #420378:420379 @@ -355,6 +355,7 @@ d->box->addLayout(vbox); } else { vbox = d->box = new QVBoxLayout(this); + vbox->setMargin(0); } vbox->addSpacing(3); QBoxLayout* l = new QHBoxLayout;