aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSrinivasa Ragavan <sragavan@src.gnome.org>2006-02-15 13:56:50 +0800
committerSrinivasa Ragavan <sragavan@src.gnome.org>2006-02-15 13:56:50 +0800
commit32ad6c08a1ebc3da6acd1a5e53df39121613888a (patch)
tree42ba41facc10b3ae50b18fb2983029485df11053
parent5bdc07a5b2672cd0c631eea9a93c3ce3519f26f8 (diff)
downloadgsoc2013-evolution-32ad6c08a1ebc3da6acd1a5e53df39121613888a.tar
gsoc2013-evolution-32ad6c08a1ebc3da6acd1a5e53df39121613888a.tar.gz
gsoc2013-evolution-32ad6c08a1ebc3da6acd1a5e53df39121613888a.tar.bz2
gsoc2013-evolution-32ad6c08a1ebc3da6acd1a5e53df39121613888a.tar.lz
gsoc2013-evolution-32ad6c08a1ebc3da6acd1a5e53df39121613888a.tar.xz
gsoc2013-evolution-32ad6c08a1ebc3da6acd1a5e53df39121613888a.tar.zst
gsoc2013-evolution-32ad6c08a1ebc3da6acd1a5e53df39121613888a.zip
Committing Rajeev's patch.
svn path=/trunk/; revision=31525
-rw-r--r--calendar/ChangeLog7
-rw-r--r--calendar/gui/dialogs/task-page.glade2
2 files changed, 9 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index ea4017b52a..96f59f47a6 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,4 +1,11 @@
2006-02-14 Rajeev ramanathan <rajeevramanathan_2004@yahoo.co.in>
+
+ **Fixes #326477
+
+ * gui/dialogs/task-page.glade: Changed size of the new task popup
+ window to display Status Details in its default size.
+
+2006-02-14 Rajeev ramanathan <rajeevramanathan_2004@yahoo.co.in>
**Fixes #325935
diff --git a/calendar/gui/dialogs/task-page.glade b/calendar/gui/dialogs/task-page.glade
index 84a589a070..f4d2790192 100644
--- a/calendar/gui/dialogs/task-page.glade
+++ b/calendar/gui/dialogs/task-page.glade
@@ -329,6 +329,8 @@
<property name="right_margin">0</property>
<property name="indent">0</property>
<property name="text" translatable="yes"></property>
+ <property name="width_request">400</property>
+ <property name="height_request">150</property>
</widget>
</child>
</widget>