Fix #52 by removing the specified shadow_type from the episodes and shows scrolled windows.

This commit is contained in:
Rowan Lewis
2018-03-26 18:53:47 +00:00
committed by Jordan Petridis
parent 3d39638c99
commit 446a0ede54
2 changed files with 0 additions and 2 deletions
@@ -42,7 +42,6 @@ Tobias Bernard
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="hscrollbar_policy">never</property>
<property name="shadow_type">in</property>
<child>
<object class="GtkViewport">
<property name="visible">True</property>
-1
View File
@@ -40,7 +40,6 @@ Tobias Bernard
<property name="name">scrolled_window</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="shadow_type">in</property>
<child>
<object class="GtkViewport">
<property name="visible">True</property>