[frogr] Fixed wrong padding
- From: Mario Sanchez Prada <msanchez src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [frogr] Fixed wrong padding
- Date: Mon, 17 Jan 2011 19:48:10 +0000 (UTC)
commit 93dff932260eccbcd34483383780b7290af19150
Author: Mario Sanchez Prada <msanchez igalia com>
Date: Mon Jan 17 20:30:08 2011 +0100
Fixed wrong padding
src/frogr-details-dialog.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/frogr-details-dialog.c b/src/frogr-details-dialog.c
index eb8b1a1..8e9f321 100644
--- a/src/frogr-details-dialog.c
+++ b/src/frogr-details-dialog.c
@@ -165,7 +165,7 @@ _create_widgets (FrogrDetailsDialog *self)
gtk_container_add (GTK_CONTAINER (align), widget);
gtk_box_pack_start (GTK_BOX (section_vbox), align, FALSE, FALSE, 0);
- internal_hbox = gtk_hbox_new (FALSE, 12);
+ internal_hbox = gtk_hbox_new (FALSE, 6);
widget = gtk_radio_button_new (NULL);
gtk_button_set_label (GTK_BUTTON (widget), _("Private"));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]