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



commit d3cf340096005cd5d9b258245712df222cf622d0
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]