Skip to content

Commit

Permalink
Fix all controls vertically streched since a18ce62
Browse files Browse the repository at this point in the history
  • Loading branch information
RaphaelRochet committed Jun 12, 2016
1 parent a18ce62 commit b51ed6d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions prefs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,14 @@
<object class="GtkScrolledWindow" id="scrolled_window_built">
<property name="hscrollbar-policy">never</property>
<property name="vscrollbar-policy">automatic</property>
<property name="expand">true</property>

<child>
<object class="GtkVBox" id="vbox_built">
<object class="GtkGrid">
<property name="margin">10</property>
<property name="spacing">5</property>
<property name="expand">true</property>
<property name="row-spacing">5</property>
<property name="row-homogeneous">false</property>
<property name="orientation">vertical</property>

<child>
<object class="GtkLabel">
Expand Down

0 comments on commit b51ed6d

Please sign in to comment.