[glabels] Allow "new label" and "properties" dialogs to be resizable.



commit 3ebe5807c5895cd9ca91233813ad11a9a0916698
Author: Jim Evins <evins snaught com>
Date:   Sat Apr 3 14:02:05 2010 -0400

    Allow "new label" and "properties" dialogs to be resizable.

 src/file.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/src/file.c b/src/file.c
index 2b49053..3375720 100644
--- a/src/file.c
+++ b/src/file.c
@@ -98,7 +98,6 @@ gl_file_new (glWindow  *window)
 	}
 	gl_new_label_dialog_set_rotate_state (GL_NEW_LABEL_DIALOG (dialog), rotate_flag);
 
-        gtk_window_set_resizable (GTK_WINDOW (dialog), FALSE);
 	gtk_widget_show_all (GTK_WIDGET (dialog));
 
 	gl_debug (DEBUG_FILE, "END");
@@ -195,7 +194,6 @@ gl_file_properties (glLabel   *label,
 
         gl_new_label_dialog_set_rotate_state (GL_NEW_LABEL_DIALOG (dialog), rotate_flag);
 
-        gtk_window_set_resizable (GTK_WINDOW (dialog), FALSE);
 	gtk_widget_show_all (GTK_WIDGET (dialog));
 
 	gl_debug (DEBUG_FILE, "END");



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]