[gnome-builder] stack: disable homogeneous since they are not needed here
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] stack: disable homogeneous since they are not needed here
- Date: Fri, 29 May 2015 20:52:37 +0000 (UTC)
commit 67f2adbcffb036991eb873c57b601ac9aaef3e83
Author: Christian Hergert <christian hergert me>
Date: Fri May 29 13:52:30 2015 -0700
stack: disable homogeneous since they are not needed here
Could cause issues with gtk+, so just disable homogeneous since we don't
need it anyway.
data/ui/gb-view-stack.ui | 1 +
data/ui/gb-workbench.ui | 1 +
2 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/data/ui/gb-view-stack.ui b/data/ui/gb-view-stack.ui
index 3ec79d6..035eac4 100644
--- a/data/ui/gb-view-stack.ui
+++ b/data/ui/gb-view-stack.ui
@@ -157,6 +157,7 @@
</child>
<child>
<object class="GtkStack" id="stack">
+ <property name="homogeneous">false</property>
<property name="hexpand">true</property>
<property name="visible">true</property>
</object>
diff --git a/data/ui/gb-workbench.ui b/data/ui/gb-workbench.ui
index fb42fec..f3f17f6 100644
--- a/data/ui/gb-workbench.ui
+++ b/data/ui/gb-workbench.ui
@@ -43,6 +43,7 @@
<property name="expand">true</property>
<property name="transition_type">slide-up-down</property>
<property name="visible">true</property>
+ <property name="homogeneous">false</property>
<child>
<object class="GbEditorWorkspace" id="editor_workspace">
<property name="visible">true</property>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]