]> git.sur5r.net Git - minitube/commitdiff
Fixed missing spacing between keyword and channel lists
authorFlavio <flavio@odisseo.local>
Sat, 23 Apr 2011 15:30:33 +0000 (17:30 +0200)
committerFlavio <flavio@odisseo.local>
Sat, 23 Apr 2011 15:30:33 +0000 (17:30 +0200)
src/SearchView.cpp

index 809537ee41573773e06b4c8143e206b1036e901c..bdb20e12f5a62b64f8fdc747ebe6373c7667b094 100644 (file)
@@ -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);