Skip to content
This repository has been archived by the owner on Mar 22, 2018. It is now read-only.

Commit

Permalink
putting the text edit in a scrollable window, so it will not resize.
Browse files Browse the repository at this point in the history
  • Loading branch information
mfrasca committed Jan 4, 2016
1 parent 9d27dc5 commit f475ec6
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions bauble/plugins/plants/stored_queries.glade
Original file line number Diff line number Diff line change
Expand Up @@ -371,13 +371,18 @@
<child>
<object class="GtkViewport" id="viewport1">
<property name="visible">True</property>
<property name="can_focus">False</property>
<child>
<object class="GtkTextView" id="stqr_query_textview">
<object class="GtkScrolledWindow" id="viewport1_content">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="wrap_mode">word-char</property>
<property name="buffer">stqr_query_textbuffer</property>
<property name="can_focus">False</property>
<child>
<object class="GtkTextView" id="stqr_query_textview">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="wrap_mode">word-char</property>
<property name="buffer">stqr_query_textbuffer</property>
</object>
</child>
</object>
</child>
</object>
Expand All @@ -386,6 +391,7 @@
<property name="right_attach">6</property>
<property name="top_attach">3</property>
<property name="bottom_attach">6</property>
<property name="x_options">GTK_FILL</property>
</packing>
</child>
<child>
Expand Down

0 comments on commit f475ec6

Please sign in to comment.