[anjuta/git-shell: 21/373] libanjuta: Make AnjutaDropEntries 40 pixels tall by default
- From: James Liggett <jrliggett src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [anjuta/git-shell: 21/373] libanjuta: Make AnjutaDropEntries 40 pixels tall by default
- Date: Tue, 11 May 2010 21:55:02 +0000 (UTC)
commit e061af330bd9bab67f2eebf3692e9c247b5d4c60
Author: James Liggett <jrliggett cox net>
Date: Mon Feb 15 20:31:39 2010 -0800
libanjuta: Make AnjutaDropEntries 40 pixels tall by default
Should make them a larger drop target
libanjuta/anjuta-drop-entry.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/libanjuta/anjuta-drop-entry.c b/libanjuta/anjuta-drop-entry.c
index 5d9c64e..5f880a2 100644
--- a/libanjuta/anjuta-drop-entry.c
+++ b/libanjuta/anjuta-drop-entry.c
@@ -29,6 +29,8 @@ static void
anjuta_drop_entry_init (AnjutaDropEntry *self)
{
self->priv = g_new0 (AnjutaDropEntryPriv, 1);
+
+ gtk_widget_set_size_request (GTK_WIDGET (self), -1, 40);
}
static void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]