[gnome-builder] editor: hide sidebar by default



commit 4cdc2fa3ece6c19639b9e94e3498105260e7f74e
Author: Christian Hergert <christian hergert me>
Date:   Sat Feb 7 20:29:29 2015 -0800

    editor: hide sidebar by default

 src/resources/ui/gb-editor-workspace.ui |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/resources/ui/gb-editor-workspace.ui b/src/resources/ui/gb-editor-workspace.ui
index 29dd065..da503be 100644
--- a/src/resources/ui/gb-editor-workspace.ui
+++ b/src/resources/ui/gb-editor-workspace.ui
@@ -8,8 +8,8 @@
         <property name="orientation">horizontal</property>
         <property name="position">250</property>
         <child>
-          <object class="GtkBox">
-            <property name="visible">True</property>
+          <object class="GtkBox" id="sidebar">
+            <property name="visible">False</property>
             <property name="orientation">vertical</property>
             <child>
               <object class="GtkLabel" id="project_label">


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