[gnome-builder/wip/vim] prefs: add a section so we can see the sidebar in action



commit 619643a72b3ba94eea6541ff29997ea4e9f5c329
Author: Christian Hergert <christian hergert me>
Date:   Thu Oct 2 20:07:22 2014 -0700

    prefs: add a section so we can see the sidebar in action

 src/resources/ui/gb-preferences-window.ui |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/src/resources/ui/gb-preferences-window.ui b/src/resources/ui/gb-preferences-window.ui
index c0e7c87..abffdb5 100644
--- a/src/resources/ui/gb-preferences-window.ui
+++ b/src/resources/ui/gb-preferences-window.ui
@@ -83,13 +83,21 @@
             <child>
               <object class="GtkGrid" id="editor_grid">
                 <property name="visible">True</property>
-                <property name="expand">True</property>
               </object>
               <packing>
                 <property name="name">editor</property>
                 <property name="title" translatable="yes">Editor</property>
               </packing>
             </child>
+            <child>
+              <object class="GtkGrid" id="git_grid">
+                <property name="visible">True</property>
+              </object>
+              <packing>
+                <property name="name">git</property>
+                <property name="title" translatable="yes">Git</property>
+              </packing>
+            </child>
           </object>
         </child>
       </object>


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