]> git.sur5r.net Git - glabels/commitdiff
Allow "new label" and "properties" dialogs to be resizable.
authorJim Evins <evins@snaught.com>
Sat, 3 Apr 2010 18:02:05 +0000 (14:02 -0400)
committerJim Evins <evins@snaught.com>
Sun, 4 Apr 2010 18:11:10 +0000 (14:11 -0400)
src/file.c

index 2b49053586006110356ee09f568c388c43d6d3aa..3375720f175603dface8ac3c9054299d1b0b91ce 100644 (file)
@@ -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");