[evolution-data-server/gtk3] Bug 640529 - Default size of category window is too small
- From: Matthew Barnes <mbarnes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server/gtk3] Bug 640529 - Default size of category window is too small
- Date: Tue, 25 Jan 2011 18:05:09 +0000 (UTC)
commit 190e6b5eb36abe6505adb61271a49593bc9d3b11
Author: Matthew Barnes <mbarnes redhat com>
Date: Tue Jan 25 13:04:21 2011 -0500
Bug 640529 - Default size of category window is too small
libedataserverui/e-categories-dialog.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/libedataserverui/e-categories-dialog.c b/libedataserverui/e-categories-dialog.c
index 09260f6..c959b9f 100644
--- a/libedataserverui/e-categories-dialog.c
+++ b/libedataserverui/e-categories-dialog.c
@@ -645,6 +645,8 @@ e_categories_dialog_init (ECategoriesDialog *dialog)
GtkWidget *label3;
GtkWidget *button_delete;
+ gtk_window_set_default_size (GTK_WINDOW (dialog), -1, 400);
+
dialog_content = gtk_dialog_get_content_area (GTK_DIALOG (dialog));
table_categories = gtk_table_new (5, 1, FALSE);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]