[evolution/wip/webkit-composer: 218/966] Make the color combo slightly wider
- From: Tomas Popela <tpopela src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution/wip/webkit-composer: 218/966] Make the color combo slightly wider
- Date: Wed, 23 Apr 2014 10:11:45 +0000 (UTC)
commit de5e8927f5c8c1546c33ff099d3ecfab5425ff59
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]