[almanah] Makes the tag entry a little wider
- From: Álvaro Peña <alvaropg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [almanah] Makes the tag entry a little wider
- Date: Wed, 4 Sep 2013 16:32:11 +0000 (UTC)
commit a393571d25a8a3a1bdf027b5280fdf3cc23ee2f6
Author: Álvaro Peña <alvaropg gmail com>
Date: Mon Sep 2 21:16:55 2013 +0200
Makes the tag entry a little wider
src/widgets/tag-entry.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/widgets/tag-entry.c b/src/widgets/tag-entry.c
index ec78a37..6b18e98 100644
--- a/src/widgets/tag-entry.c
+++ b/src/widgets/tag-entry.c
@@ -154,7 +154,7 @@ almanah_tag_entry_get_preferred_width (GtkWidget *widget, gint *minimum, gint *n
/* Just a bad hack... @TODO: set the width to a maximun number of characters, using the pango layout
*/
*minimum = m_width - 100;
- *natural = n_width - 100;
+ *natural = n_width - 50;
}
gboolean
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]