[gnome-software/gnome-3-20] Lower the limits for review text
- From: Richard Hughes <rhughes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software/gnome-3-20] Lower the limits for review text
- Date: Thu, 10 Mar 2016 09:02:25 +0000 (UTC)
commit e1a39dd9bea614305c1f63b68c0b9506a985a88d
Author: Richard Hughes <richard hughsie com>
Date: Mon Mar 7 15:28:24 2016 +0000
Lower the limits for review text
src/gs-review-dialog.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/gs-review-dialog.c b/src/gs-review-dialog.c
index 264d38e..9f41dc1 100644
--- a/src/gs-review-dialog.c
+++ b/src/gs-review-dialog.c
@@ -29,9 +29,9 @@
#include "gs-star-widget.h"
#define DESCRIPTION_LENGTH_MAX 3000 /* chars */
-#define DESCRIPTION_LENGTH_MIN 60 /* chars */
+#define DESCRIPTION_LENGTH_MIN 15 /* chars */
#define SUMMARY_LENGTH_MAX 70 /* chars */
-#define SUMMARY_LENGTH_MIN 10 /* chars */
+#define SUMMARY_LENGTH_MIN 3 /* chars */
#define WRITING_TIME_MIN 5 /* seconds */
struct _GsReviewDialog
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]