[gnome-color-manager] Correct sheet/minutes counts in the calibration dailog



commit 1ad13cbdf0bc0606fe18e7d731c4ef7dfc0eefc2
Author: Pascal de Bruijn <pmjdebruijn pcode nl>
Date:   Mon Oct 8 16:22:04 2012 +0100

    Correct sheet/minutes counts in the calibration dailog
    
    Currently the sheet and minute counts in the calibration dialog are off.
    
    Using the attached patch, the sheet count should be accurate again.
    
    The minutes estimate for display calibration is harder is estimate as it
    depends on the dialog and colorimeter used.
    
    However it's probably better to estimate it to the high side as opposed to the
    low side. It's better to be pleasantly surprised instead of unpleasantly
    surprised.
    
    Signed-off-by: Richard Hughes <richard hughsie com>

 src/gcm-calibrate-main.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/gcm-calibrate-main.c b/src/gcm-calibrate-main.c
index fc989c4..8f2fc15 100644
--- a/src/gcm-calibrate-main.c
+++ b/src/gcm-calibrate-main.c
@@ -1659,8 +1659,8 @@ gcm_calib_setup_page_precision (GcmCalibratePriv *calib)
 	GSList *list;
 	GString *labels[3];
 	guint i;
-	guint values_printer[] = { 20, 10, 4}; /* sheets */
-	guint values_display[] = { 20, 10, 4}; /* minutes */
+	guint values_printer[] = { 6, 4, 2}; /* sheets */
+	guint values_display[] = { 30, 20, 10}; /* minutes */
 	GtkAssistant *assistant = GTK_ASSISTANT (calib->main_window);
 
 	/* TRANSLATORS: this is the page title */



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]