[hitori] Center the board



commit 017f36728f3638a1db83d8031bf51a3aea84464c
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Sun Aug 24 10:18:50 2014 -0500

    Center the board
    
    Kind of fixes bug #732788

 data/hitori.ui |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/data/hitori.ui b/data/hitori.ui
index ddb0da2..7e14d42 100644
--- a/data/hitori.ui
+++ b/data/hitori.ui
@@ -155,8 +155,10 @@
                <child>
                        <object class="GtkBox" id="vbox1">
                                <property name="orientation">vertical</property>
+                               <property name="valign">center</property>
                                <child>
                                        <object class="GtkDrawingArea" id="hitori_drawing_area">
+                                               <property name="valign">fill</property>
                                                <property name="width-request">400</property>
                                                <property name="height-request">400</property>
                                                <property name="events">GDK_BUTTON_PRESS_MASK | 
GDK_BUTTON_RELEASE_MASK</property>


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