aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/dialogs/alarm-list-dialog.glade
diff options
context:
space:
mode:
authorChenthill Palanisamy <pchen@src.gnome.org>2006-01-30 17:33:36 +0800
committerChenthill Palanisamy <pchen@src.gnome.org>2006-01-30 17:33:36 +0800
commit20d72f43f15e96ec4d90b14315909c7c5654b986 (patch)
tree7dd1729ac20119e9c628e24ba008225b9b2efe85 /calendar/gui/dialogs/alarm-list-dialog.glade
parent0ba6389de0b801639fec724d97a5a04ba73613f6 (diff)
downloadgsoc2013-evolution-20d72f43f15e96ec4d90b14315909c7c5654b986.tar
gsoc2013-evolution-20d72f43f15e96ec4d90b14315909c7c5654b986.tar.gz
gsoc2013-evolution-20d72f43f15e96ec4d90b14315909c7c5654b986.tar.bz2
gsoc2013-evolution-20d72f43f15e96ec4d90b14315909c7c5654b986.tar.lz
gsoc2013-evolution-20d72f43f15e96ec4d90b14315909c7c5654b986.tar.xz
gsoc2013-evolution-20d72f43f15e96ec4d90b14315909c7c5654b986.tar.zst
gsoc2013-evolution-20d72f43f15e96ec4d90b14315909c7c5654b986.zip
fixes #225816
svn path=/trunk/; revision=31353
Diffstat (limited to 'calendar/gui/dialogs/alarm-list-dialog.glade')
-rw-r--r--calendar/gui/dialogs/alarm-list-dialog.glade19
1 files changed, 16 insertions, 3 deletions
diff --git a/calendar/gui/dialogs/alarm-list-dialog.glade b/calendar/gui/dialogs/alarm-list-dialog.glade
index 7a0f9e75b9..779a30071a 100644
--- a/calendar/gui/dialogs/alarm-list-dialog.glade
+++ b/calendar/gui/dialogs/alarm-list-dialog.glade
@@ -94,9 +94,6 @@
<property name="rules_hint">False</property>
<property name="reorderable">False</property>
<property name="enable_search">True</property>
- <property name="fixed_height_mode">False</property>
- <property name="hover_selection">False</property>
- <property name="hover_expand">False</property>
</widget>
</child>
</widget>
@@ -148,6 +145,10 @@
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
+ <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
+ <property name="width_chars">-1</property>
+ <property name="single_line_mode">False</property>
+ <property name="angle">0</property>
</widget>
<packing>
<property name="padding">0</property>
@@ -198,6 +199,18 @@
<property name="focus_on_click">True</property>
</widget>
</child>
+
+ <child>
+ <widget class="GtkButton" id="edit">
+ <property name="visible">True</property>
+ <property name="can_default">True</property>
+ <property name="can_focus">True</property>
+ <property name="label">gtk-edit</property>
+ <property name="use_stock">True</property>
+ <property name="relief">GTK_RELIEF_NORMAL</property>
+ <property name="focus_on_click">True</property>
+ </widget>
+ </child>
</widget>
<packing>
<property name="padding">0</property>