Skip to content
Snippets Groups Projects
Commit 2318a3b1 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

add a minimum height to status message textbox

parent 14d703e1
No related branches found
No related tags found
No related merge requests found
......@@ -148,24 +148,6 @@
</row>
</data>
</object>
<object class="GtkListStore" id="status_message_liststore">
<columns>
<!-- column-name name -->
<column type="gchararray"/>
<!-- column-name text -->
<column type="gchararray"/>
<!-- column-name activity -->
<column type="gchararray"/>
<!-- column-name sub_activity -->
<column type="gchararray"/>
<!-- column-name activity_text -->
<column type="gchararray"/>
<!-- column-name mood -->
<column type="gchararray"/>
<!-- column-name mood_text -->
<column type="gchararray"/>
</columns>
</object>
<object class="GtkWindow" id="preferences_window">
<property name="can_focus">False</property>
<property name="border_width">6</property>
......@@ -1615,6 +1597,7 @@ $T will be replaced by auto-not-available timeout</property>
<property name="shadow_type">in</property>
<child>
<object class="GtkTextView" id="msg_textview">
<property name="height_request">21</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="border_width">3</property>
......@@ -3316,4 +3299,22 @@ to discover one from server.</property>
</object>
</child>
</object>
<object class="GtkListStore" id="status_message_liststore">
<columns>
<!-- column-name name -->
<column type="gchararray"/>
<!-- column-name text -->
<column type="gchararray"/>
<!-- column-name activity -->
<column type="gchararray"/>
<!-- column-name sub_activity -->
<column type="gchararray"/>
<!-- column-name activity_text -->
<column type="gchararray"/>
<!-- column-name mood -->
<column type="gchararray"/>
<!-- column-name mood_text -->
<column type="gchararray"/>
</columns>
</object>
</interface>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment