mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-29 08:37:36 -04:00
Fixed Card View display by anmo
This commit is contained in:
parent
f99224e1c0
commit
8a0eb9705f
1 changed files with 3 additions and 2 deletions
|
@ -37,7 +37,7 @@
|
||||||
#include <retroshare/rsposted.h>
|
#include <retroshare/rsposted.h>
|
||||||
#include "retroshare/rsgxscircles.h"
|
#include "retroshare/rsgxscircles.h"
|
||||||
|
|
||||||
#define POSTED_DEFAULT_LISTING_LENGTH 30
|
#define POSTED_DEFAULT_LISTING_LENGTH 10
|
||||||
#define POSTED_MAX_INDEX 10000
|
#define POSTED_MAX_INDEX 10000
|
||||||
|
|
||||||
#define TOPIC_DEFAULT_IMAGE ":/icons/png/posted.png"
|
#define TOPIC_DEFAULT_IMAGE ":/icons/png/posted.png"
|
||||||
|
@ -631,6 +631,7 @@ void PostedListWidget::applyRanking()
|
||||||
}
|
}
|
||||||
|
|
||||||
// Card View
|
// Card View
|
||||||
|
counter = 0;
|
||||||
QLayout *cviewlayout = ui->scrollAreaWidgetContentsCardView->layout();
|
QLayout *cviewlayout = ui->scrollAreaWidgetContentsCardView->layout();
|
||||||
|
|
||||||
foreach (PostedCardView *item, mPostCardView)
|
foreach (PostedCardView *item, mPostCardView)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue