make sub req text selectable

This commit is contained in:
Nikos Kouremenos 2006-01-18 19:46:22 +00:00
parent ed134c32ed
commit 7303dabb3a
1 changed files with 19009 additions and 19008 deletions

View File

@ -2343,12 +2343,13 @@
<child>
<widget class="GtkLabel" id="from_label">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="label" translatable="yes"></property>
<property name="use_underline">False</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
<property name="selectable">True</property>
<property name="xalign">0.5</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>