mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-28 16:17:28 -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/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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue