aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>