No longer let the preferences window be resized

This commit is contained in:
Pierre Pronchery 2015-02-15 22:45:18 +01:00
parent 027b8900b7
commit 1ff72d66e0

View File

@ -662,6 +662,7 @@ static void _preferences_window(Camera * camera)
GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL,
GTK_STOCK_APPLY, GTK_RESPONSE_APPLY,
GTK_STOCK_OK, GTK_RESPONSE_OK, NULL);
gtk_window_set_resizable(GTK_WINDOW(dialog), FALSE);
camera->pr_window = dialog;
g_signal_connect(dialog, "response", G_CALLBACK(
_preferences_on_response), camera);