Fixed Card View display by anmo

This commit is contained in:
defnax 2019-12-30 20:48:04 +01:00
parent f99224e1c0
commit 8a0eb9705f

View File

@ -37,7 +37,7 @@
#include <retroshare/rsposted.h>
#include "retroshare/rsgxscircles.h"
#define POSTED_DEFAULT_LISTING_LENGTH 30
#define POSTED_DEFAULT_LISTING_LENGTH 10
#define POSTED_MAX_INDEX 10000
#define TOPIC_DEFAULT_IMAGE ":/icons/png/posted.png"
@ -630,7 +630,8 @@ void PostedListWidget::applyRanking()
++counter;
}
// Card View
// Card View
counter = 0;
QLayout *cviewlayout = ui->scrollAreaWidgetContentsCardView->layout();
foreach (PostedCardView *item, mPostCardView)