diff options
author | Milan Crha <mcrha@redhat.com> | 2011-01-26 00:29:33 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2011-01-26 01:06:30 +0800 |
commit | cc16cf2f4389cc9d6d6ffbc37a31389dc9b567f3 (patch) | |
tree | 8df5a3b477ebdcaf2c408bced2778f7aa5c47f54 /calendar | |
parent | 66404fc4d98d1007dd21a74e5bb2c44596524435 (diff) | |
download | gsoc2013-evolution-cc16cf2f4389cc9d6d6ffbc37a31389dc9b567f3.tar.gz gsoc2013-evolution-cc16cf2f4389cc9d6d6ffbc37a31389dc9b567f3.tar.zst gsoc2013-evolution-cc16cf2f4389cc9d6d6ffbc37a31389dc9b567f3.zip |
Bug #640522 - Set minimal height on Description fields in event editors
Diffstat (limited to 'calendar')
-rw-r--r-- | calendar/gui/dialogs/event-page.ui | 1 | ||||
-rw-r--r-- | calendar/gui/dialogs/memo-page.ui | 1 | ||||
-rw-r--r-- | calendar/gui/dialogs/task-page.ui | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/calendar/gui/dialogs/event-page.ui b/calendar/gui/dialogs/event-page.ui index 0d3d73f5a8..95f638dcdf 100644 --- a/calendar/gui/dialogs/event-page.ui +++ b/calendar/gui/dialogs/event-page.ui @@ -632,6 +632,7 @@ <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property> <property name="shadow_type">GTK_SHADOW_IN</property> <property name="window_placement">GTK_CORNER_TOP_LEFT</property> + <property name="height_request">100</property> <child> <object class="GtkTextView" id="description"> <property name="visible">True</property> diff --git a/calendar/gui/dialogs/memo-page.ui b/calendar/gui/dialogs/memo-page.ui index f0dd0bb974..f4ff70c7f5 100644 --- a/calendar/gui/dialogs/memo-page.ui +++ b/calendar/gui/dialogs/memo-page.ui @@ -95,6 +95,7 @@ <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property> <property name="shadow_type">GTK_SHADOW_IN</property> <property name="window_placement">GTK_CORNER_TOP_LEFT</property> + <property name="height_request">100</property> <child> <object class="GtkTextView" id="memo_content"> <property name="width_request">400</property> diff --git a/calendar/gui/dialogs/task-page.ui b/calendar/gui/dialogs/task-page.ui index 1ca36a12bc..9aab40a3e2 100644 --- a/calendar/gui/dialogs/task-page.ui +++ b/calendar/gui/dialogs/task-page.ui @@ -232,6 +232,7 @@ <property name="hscrollbar_policy">automatic</property> <property name="vscrollbar_policy">automatic</property> <property name="shadow_type">in</property> + <property name="height_request">100</property> <child> <object class="GtkTextView" id="description"> <property name="width_request">400</property> |