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;