From: Flavio Date: Sat, 23 Apr 2011 15:30:33 +0000 (+0200) Subject: Fixed missing spacing between keyword and channel lists X-Git-Tag: 1.4.3~14 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=478db4144e268ce83d726fa6bac15260857c35c9;p=minitube Fixed missing spacing between keyword and channel lists --- diff --git a/src/SearchView.cpp b/src/SearchView.cpp index 809537e..bdb20e1 100644 --- a/src/SearchView.cpp +++ b/src/SearchView.cpp @@ -134,6 +134,7 @@ SearchView::SearchView(QWidget *parent) : QWidget(parent) { QHBoxLayout *otherLayout = new QHBoxLayout(); otherLayout->setMargin(0); + otherLayout->setSpacing(10); recentKeywordsLayout = new QVBoxLayout(); recentKeywordsLayout->setSpacing(5);