Skip to content

Commit

Permalink
Adds missing changes to go files
Browse files Browse the repository at this point in the history
  • Loading branch information
Rosalie Tolentino committed May 8, 2017
1 parent 25e9f9c commit b2a178a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gui/definitions/conversation_pane.go
Expand Up @@ -135,9 +135,10 @@ func (*defConversationPane) String() string {
<child>
<object class="GtkScrolledWindow" id="pendingScroll">
<property name="visible">true</property>
<property name="vscrollbar-policy">GTK_POLICY_AUTOMATIC</property>
<property name="hscrollbar-policy">GTK_POLICY_AUTOMATIC</property>
<property name="min-content-height">60</property>
<property name="shadow-type">in</property>
<child>
<object class="GtkTextView" id="pending">
<property name="visible">true</property>
Expand Down

0 comments on commit b2a178a

Please sign in to comment.