[evolution/webkit-composer: 12/147] Make the color combo slightly wider



commit 4498cc57d8fe1c2a38216fd4fa7a14c0beb2f7ed
Author: Dan VrÃtil <dvratil redhat com>
Date:   Mon Jul 30 19:05:55 2012 +0200

    Make the color combo slightly wider

 e-util/e-color-combo.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/e-util/e-color-combo.c b/e-util/e-color-combo.c
index 2bfa29c..bfc8544 100644
--- a/e-util/e-color-combo.c
+++ b/e-util/e-color-combo.c
@@ -314,10 +314,10 @@ color_combo_get_preferred_width (GtkWidget *widget,
 
 	/* Make sure the box with color sample is always visible */
 	if (min_width)
-		*min_width += 8;
+		*min_width += 20;
 
 	if (natural_width)
-		*natural_width += 8;
+		*natural_width += 20;
 }
 
 static gboolean



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