From: Flavio Tordini Date: Mon, 14 Sep 2015 09:08:39 +0000 (+0200) Subject: Tweaked spacing X-Git-Tag: 2.5~15 X-Git-Url: https://git.sur5r.net/?p=minitube;a=commitdiff_plain;h=1e1e48174d42d33ac8a408252bf038b04b2180fd Tweaked spacing --- diff --git a/src/channelitemdelegate.cpp b/src/channelitemdelegate.cpp index 16f3a53..664efc4 100644 --- a/src/channelitemdelegate.cpp +++ b/src/channelitemdelegate.cpp @@ -26,8 +26,8 @@ $END_LICENSE */ #include "painterutils.h" #include "iconutils.h" -static const int ITEM_WIDTH = 128; -static const int ITEM_HEIGHT = 128; +static const int ITEM_WIDTH = 150; +static const int ITEM_HEIGHT = 150; static const int THUMB_WIDTH = 88; static const int THUMB_HEIGHT = 88; diff --git a/src/channellistview.cpp b/src/channellistview.cpp index df6fe16..f791f71 100644 --- a/src/channellistview.cpp +++ b/src/channellistview.cpp @@ -26,7 +26,7 @@ ChannelListView::ChannelListView() { setSelectionMode(QAbstractItemView::NoSelection); // layout - setSpacing(15); + setSpacing(10); setFlow(QListView::LeftToRight); setWrapping(true); setResizeMode(QListView::Adjust);