summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorTristan Van Berkom <tvb@src.gnome.org>2007-07-25 15:28:19 +0000
committerTristan Van Berkom <tvb@src.gnome.org>2007-07-25 15:28:19 +0000
commit123cb31e815838553897957a5aaeb62bee0fe3c5 (patch)
tree3f86bba39cafe95881a48f6e3155a337da410777 /plugins
parent61782c359e09a79186807887820b7122409ef72f (diff)
downloadglade-123cb31e815838553897957a5aaeb62bee0fe3c5.tar.gz
Set "label-xalign" of GtkFrame to be "save-always" (to counter the evil
* plugins/gtk+/gtk+.xml.in: Set "label-xalign" of GtkFrame to be "save-always" (to counter the evil effects of gtk+ bug 460272, which made it impossible to set the label-xalign to 0.5). svn path=/trunk/; revision=1515
Diffstat (limited to 'plugins')
-rw-r--r--plugins/gtk+/gtk+.xml.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/gtk+/gtk+.xml.in b/plugins/gtk+/gtk+.xml.in
index 784146db..693ffa9f 100644
--- a/plugins/gtk+/gtk+.xml.in
+++ b/plugins/gtk+/gtk+.xml.in
@@ -1083,7 +1083,7 @@ embedded in another object</_tooltip>
<property id="label" disabled="True"/>
<property id="shadow" disabled="True"/>
<property id="label-widget" disabled="True"/>
- <property id="label-xalign" default="0.0"/>
+ <property id="label-xalign" default="0.0" save-always="True"/>
<property id="shadow-type" default="GTK_SHADOW_NONE">
<displayable-values>
<value id="GTK_SHADOW_NONE" _name="None"/>