From 1e1e48174d42d33ac8a408252bf038b04b2180fd Mon Sep 17 00:00:00 2001 From: Flavio Tordini Date: Mon, 14 Sep 2015 11:08:39 +0200 Subject: [PATCH] Tweaked spacing --- src/channelitemdelegate.cpp | 4 ++-- src/channellistview.cpp | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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); -- 2.39.5