From: Jim Evins Date: Sat, 3 Apr 2010 18:02:05 +0000 (-0400) Subject: Allow "new label" and "properties" dialogs to be resizable. X-Git-Tag: glabels-2_3_0~51 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=3ebe5807c5895cd9ca91233813ad11a9a0916698;p=glabels Allow "new label" and "properties" dialogs to be resizable. --- diff --git a/src/file.c b/src/file.c index 2b490535..3375720f 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");