diff --git a/retroshare-gui/src/gui/Posted/PostedListWidgetWithModel.h b/retroshare-gui/src/gui/Posted/PostedListWidgetWithModel.h
index f8b41bede..5d23708e4 100644
--- a/retroshare-gui/src/gui/Posted/PostedListWidgetWithModel.h
+++ b/retroshare-gui/src/gui/Posted/PostedListWidgetWithModel.h
@@ -56,6 +56,8 @@ class PostedPostDelegate: public QAbstractItemDelegate
void setCellWidth(int pix) { mCellWidthPix = pix; }
private:
+ QSize cellSize(const QSize& w) const;
+
int mCellWidthPix;
};
diff --git a/retroshare-gui/src/gui/Posted/PostedListWidgetWithModel.ui b/retroshare-gui/src/gui/Posted/PostedListWidgetWithModel.ui
index 88cfc520b..62faa796c 100644
--- a/retroshare-gui/src/gui/Posted/PostedListWidgetWithModel.ui
+++ b/retroshare-gui/src/gui/Posted/PostedListWidgetWithModel.ui
@@ -509,6 +509,9 @@ p, li { white-space: pre-wrap; }
QAbstractItemView::ScrollPerPixel
+
+ 0
+
false