Skip to content

Commit

Permalink
encodings dialog: fix expand of content on window resize
Browse files Browse the repository at this point in the history
  • Loading branch information
monsta committed Feb 6, 2017
1 parent f7e6319 commit ca3ccd9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/encodings-dialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@
<object class="GtkGrid" id="table33">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="valign">start</property>
<property name="border_width">5</property>
<property name="row_spacing">6</property>
<property name="column_spacing">12</property>
Expand All @@ -78,6 +77,8 @@
<property name="height_request">230</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="hexpand">True</property>
<property name="vexpand">True</property>
<property name="hscrollbar_policy">never</property>
<property name="shadow_type">in</property>
<child>
Expand Down Expand Up @@ -197,6 +198,8 @@
<property name="height_request">230</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="hexpand">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 ca3ccd9

Please sign in to comment.