[ekiga] Increase number of chars shown in device names (in Preferences too)
- From: Eugen Dedu <ededu src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [ekiga] Increase number of chars shown in device names (in Preferences too)
- Date: Wed, 9 Jan 2013 11:05:01 +0000 (UTC)
commit 60001fc054dfc9b3a82f1fb077e32a7ea0802cdf
Author: Eugen Dedu <Eugen Dedu pu-pm univ-fcomte fr>
Date: Wed Jan 9 12:04:35 2013 +0100
Increase number of chars shown in device names (in Preferences too)
lib/gui/gmpreferences.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/lib/gui/gmpreferences.c b/lib/gui/gmpreferences.c
index 922ece9..0f7f877 100644
--- a/lib/gui/gmpreferences.c
+++ b/lib/gui/gmpreferences.c
@@ -568,7 +568,7 @@ gnome_prefs_int_option_menu_new (GtkWidget *table,
g_object_set (G_OBJECT (renderer),
"ellipsize-set", TRUE,
"ellipsize", PANGO_ELLIPSIZE_END,
- "width-chars", 45, NULL);
+ "width-chars", 65, NULL);
gtk_label_set_mnemonic_widget (GTK_LABEL (label), option_menu);
history = gm_conf_get_int (conf_key);
@@ -658,7 +658,7 @@ gnome_prefs_string_option_menu_new (GtkWidget *table,
g_object_set (G_OBJECT (renderer),
"ellipsize-set", TRUE,
"ellipsize", PANGO_ELLIPSIZE_END,
- "width-chars", 45, NULL);
+ "width-chars", 65, NULL);
gtk_label_set_mnemonic_widget (GTK_LABEL (label), option_menu);
conf_string = gm_conf_get_string (conf_key);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]