[gnome-software] Lower the limits for review text



commit 845a036f80322d331438681e1f8b42654db99cb4
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]