[glade3] Fixed expand/fill child properties to be save-always
- From: Tristan Van Berkom <tvb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glade3] Fixed expand/fill child properties to be save-always
- Date: Sat, 21 Aug 2010 16:48:19 +0000 (UTC)
commit 8ea7dec798812ec58cfa73eb64a0d216b552c902
Author: Tristan Van Berkom <tristan van berkom gmail com>
Date: Sat Aug 21 12:48:58 2010 -0400
Fixed expand/fill child properties to be save-always
plugins/gtk+/gtk+.xml.in | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/plugins/gtk+/gtk+.xml.in b/plugins/gtk+/gtk+.xml.in
index fc27468..7d5f4b4 100644
--- a/plugins/gtk+/gtk+.xml.in
+++ b/plugins/gtk+/gtk+.xml.in
@@ -324,8 +324,8 @@ embedded in another object</_tooltip>
<!-- position needs to be always saved in case of using pack end -->
<property id="position" weight="0" save-always="True"/>
<property id="padding" transfer-on-paste="True" weight="0.5"/>
- <property id="expand" transfer-on-paste="True"/>
- <property id="fill" transfer-on-paste="True"/>
+ <property id="expand" transfer-on-paste="True" save-always="True"/>
+ <property id="fill" transfer-on-paste="True" save-always="True"/>
<property id="pack-type" transfer-on-paste="True">
<displayable-values>
<value id="GTK_PACK_START" _name="Start"/>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]