[gnome-builder/wip/libide] editor: hide sidebar by default
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder/wip/libide] editor: hide sidebar by default
- Date: Sun, 8 Feb 2015 04:29:40 +0000 (UTC)
commit a02a9d75e28fdd2e6592c6f418213653835af3a3
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]