[evolution/wip/webkit-composer: 78/372] Make the color combo slightly wider
- From: Tomas Popela <tpopela src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution/wip/webkit-composer: 78/372] Make the color combo slightly wider
- Date: Thu, 6 Feb 2014 11:30:04 +0000 (UTC)
commit d79c3a3ce358e28bab321da87caa5a7625bb44c7
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]