Bug #640522 - Set minimal height on Description fields in event editors

This commit is contained in:
Milan Crha
2011-01-25 17:29:33 +01:00
committed by Rodrigo Moya
parent 0cd61756d8
commit bdf6a4e315
3 changed files with 3 additions and 0 deletions

View File

@ -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>

View File

@ -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>

View File

@ -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>