[gthumb] fixed window resizing issue
- From: Paolo Bacchilega <paobac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gthumb] fixed window resizing issue
- Date: Thu, 24 Jun 2010 22:34:59 +0000 (UTC)
commit fdf35cecd2f7f707bf3bad4e0011dcd4e1225c14
Author: Paolo Bacchilega <paobac src gnome org>
Date: Fri Jun 25 00:31:52 2010 +0200
fixed window resizing issue
gthumb/gth-file-list.c | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/gthumb/gth-file-list.c b/gthumb/gth-file-list.c
index e4dc9e7..115f6b8 100644
--- a/gthumb/gth-file-list.c
+++ b/gthumb/gth-file-list.c
@@ -559,10 +559,6 @@ _gth_file_list_set_type (GthFileList *file_list,
gtk_widget_set_size_request (GTK_WIDGET (file_list->priv->view),
-1,
file_list->priv->thumb_size + (THUMBNAIL_BORDER * 2));
- else
- gtk_widget_set_size_request (GTK_WIDGET (file_list->priv->view),
- -1,
- -1);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]