Skip to content

Commit

Permalink
Vertically expand the source selector
Browse files Browse the repository at this point in the history
Resizing the source selector window will also expand
the scrolled window. Without this change the scrolled
window remains the same height no matter how tall the
window is.
  • Loading branch information
Bahodir Mansurov authored and rich-coe committed Feb 7, 2016
1 parent a15f17d commit 28f150a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions glade/node_source.ui
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@
<object class="GtkScrolledWindow" id="scrolledwindow1">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="vexpand">True</property>
<property name="hscrollbar_policy">never</property>
<property name="shadow_type">in</property>
<child>
Expand Down

0 comments on commit 28f150a

Please sign in to comment.