summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Lortie <desrt@desrt.ca>2012-03-17 12:24:39 -0400
committerRyan Lortie <desrt@desrt.ca>2012-03-17 12:24:39 -0400
commita48a34cd4f8a96eb0f4ea0eab41147b91ad6fb30 (patch)
tree32d587f7c87ba9457561f1a4e18b462c14533de0
parent44ef016e281f8f2a7f9fec9c8c55519cd7c79bf2 (diff)
downloaddconf-a48a34cd4f8a96eb0f4ea0eab41147b91ad6fb30.tar.gz
editor: set 'wrap' property on default value label
https://bugzilla.gnome.org/show_bug.cgi?id=650631
-rw-r--r--editor/dconf-editor.ui1
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/dconf-editor.ui b/editor/dconf-editor.ui
index c7d3736..72f040d 100644
--- a/editor/dconf-editor.ui
+++ b/editor/dconf-editor.ui
@@ -190,6 +190,7 @@
<property name="spacing">6</property>
<child>
<object class="GtkLabel" id="default_label">
+ <property name="wrap">True</property>
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>