[gthumb] do not set the progress dialog as resizable
- From: Paolo Bacchilega <paobac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gthumb] do not set the progress dialog as resizable
- Date: Thu, 2 Aug 2012 12:35:35 +0000 (UTC)
commit 4874d6be3e1ed62aba5bb0f77dbf1103c61489ee
Author: Paolo Bacchilega <paobac src gnome org>
Date: Thu Aug 2 13:55:42 2012 +0200
do not set the progress dialog as resizable
gthumb/gth-progress-dialog.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gthumb/gth-progress-dialog.c b/gthumb/gth-progress-dialog.c
index 11d3dba..382c125 100644
--- a/gthumb/gth-progress-dialog.c
+++ b/gthumb/gth-progress-dialog.c
@@ -292,7 +292,7 @@ gth_progress_dialog_init (GthProgressDialog *self)
gtk_widget_set_size_request (GTK_WIDGET (self), DIALOG_WIDTH, -1);
gtk_window_set_title (GTK_WINDOW (self), "");
- gtk_window_set_resizable (GTK_WINDOW (self), TRUE);
+ gtk_window_set_resizable (GTK_WINDOW (self), FALSE);
gtk_box_set_spacing (GTK_BOX (gtk_dialog_get_content_area (GTK_DIALOG (self))), 5);
gtk_container_set_border_width (GTK_CONTAINER (self), 5);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]