[frogr] Minor improvements in the "Create new set" dialog
- From: Mario Sanchez Prada <msanchez src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [frogr] Minor improvements in the "Create new set" dialog
- Date: Sun, 15 May 2011 14:35:40 +0000 (UTC)
commit 7d9e233c19e66bb753ca0f190fac5eab0e7f974c
Author: Mario Sanchez Prada <msanchez igalia com>
Date: Sun May 15 16:35:13 2011 +0200
Minor improvements in the "Create new set" dialog
src/frogr-create-new-set-dialog.c | 9 +++------
1 files changed, 3 insertions(+), 6 deletions(-)
---
diff --git a/src/frogr-create-new-set-dialog.c b/src/frogr-create-new-set-dialog.c
index c645ed7..255a7fe 100644
--- a/src/frogr-create-new-set-dialog.c
+++ b/src/frogr-create-new-set-dialog.c
@@ -32,9 +32,6 @@
#include <config.h>
#include <glib/gi18n.h>
-#define MINIMUM_WINDOW_WIDTH 450
-#define MINIMUM_WINDOW_HEIGHT 280
-
#define FROGR_CREATE_NEW_SET_DIALOG_GET_PRIVATE(object) \
(G_TYPE_INSTANCE_GET_PRIVATE ((object), \
FROGR_TYPE_CREATE_NEW_SET_DIALOG, \
@@ -385,9 +382,9 @@ frogr_create_new_set_dialog_show (GtkWindow *parent, GSList *pictures, GSList *s
"pictures", pictures,
"sets", sets,
"transient-for", parent,
- "width-request", MINIMUM_WINDOW_WIDTH,
- "height-request", MINIMUM_WINDOW_HEIGHT,
- "resizable", FALSE,
+ "width-request", -1,
+ "height-request", 300,
+ "resizable", TRUE,
NULL));
g_signal_connect (G_OBJECT (dialog), "response",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]