Bug #640522 - Set minimal height on Description fields in event editors
This commit is contained in:
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user