selectable for a label

This commit is contained in:
Nikos Kouremenos 2005-06-24 14:10:47 +00:00
parent 5d05e52d34
commit 123d0d295a
1 changed files with 3 additions and 2 deletions

View File

@ -5766,12 +5766,13 @@ Custom</property>
<child>
<widget class="GtkLabel" id="nickname_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.00999999977648</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>