[gnome-games] Fix spacing in statusbar
- From: Robert Ancell <rancell src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-games] Fix spacing in statusbar
- Date: Tue, 27 Apr 2010 01:07:06 +0000 (UTC)
commit 20daa373191c68d0f69a249a368ed538231c0719
Author: Robert Ancell <robert ancell gmail com>
Date: Tue Apr 27 11:06:47 2010 +1000
Fix spacing in statusbar
mahjongg/mahjongg.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/mahjongg/mahjongg.c b/mahjongg/mahjongg.c
index f3bcc9e..30d03cc 100644
--- a/mahjongg/mahjongg.c
+++ b/mahjongg/mahjongg.c
@@ -1449,7 +1449,7 @@ main (int argc, char *argv[])
gtk_box_pack_start (GTK_BOX (vbox), toolbar, FALSE, FALSE, 0);
gtk_box_pack_start (GTK_BOX (vbox), board, TRUE, TRUE, 0);
- gtk_box_pack_end (GTK_BOX (statusbar), status_box, FALSE, FALSE, 0);
+ gtk_box_pack_end (GTK_BOX (statusbar), status_box, FALSE, FALSE, 6);
gtk_box_pack_end (GTK_BOX (vbox), statusbar, FALSE, FALSE, 0);
gtk_container_add (GTK_CONTAINER (window), vbox);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]