[gnome-games] glchess: Center the text in the infobar
- From: Thomas Hindoe Paaboel Andersen <thomashpa src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-games] glchess: Center the text in the infobar
- Date: Wed, 7 Mar 2012 17:31:37 +0000 (UTC)
commit 931be0719b4f424cdad6074d99757955e7c401cc
Author: Thomas Hindoe Paaboel Andersen <phomes gmail com>
Date: Tue Mar 6 23:06:30 2012 +0100
glchess: Center the text in the infobar
Gnome bug #671501
glchess/src/glchess.vala | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/glchess/src/glchess.vala b/glchess/src/glchess.vala
index bb68948..41e624f 100644
--- a/glchess/src/glchess.vala
+++ b/glchess/src/glchess.vala
@@ -105,6 +105,8 @@ public class Application : Gtk.Application
info_title_label = new Gtk.Label ("");
info_title_label.show ();
vbox.pack_start (info_title_label, false, true, 0);
+ vbox.hexpand = true;
+ vbox.vexpand = false;
info_label = new Gtk.Label ("");
info_label.show ();
vbox.pack_start (info_label, true, true, 0);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]