[frogr] Don't use padding for thumbnail in details dialog



commit 12ba73305a9cf7e74fa1a586cd3b1c0d292fe704
Author: Mario Sanchez Prada <msanchez igalia com>
Date:   Sat Jul 9 03:14:05 2011 +0200

    Don't use padding for thumbnail in details dialog

 src/frogr-details-dialog.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/frogr-details-dialog.c b/src/frogr-details-dialog.c
index 2ff2c3a..013262f 100644
--- a/src/frogr-details-dialog.c
+++ b/src/frogr-details-dialog.c
@@ -156,10 +156,10 @@ _create_widgets (FrogrDetailsDialog *self)
 
 #ifdef GTK_API_VERSION_3
   hbox = gtk_box_new (GTK_ORIENTATION_HORIZONTAL, 0);
-  vbox = gtk_box_new (GTK_ORIENTATION_VERTICAL, 6);
+  vbox = gtk_box_new (GTK_ORIENTATION_VERTICAL, 0);
 #else
   hbox = gtk_hbox_new (FALSE, 0);
-  vbox = gtk_vbox_new (FALSE, 6);
+  vbox = gtk_vbox_new (FALSE, 0);
 #endif
 
   /* Left side (image, radio buttons, checkboxes...) */



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]