placesview: Remove frame

We don't need a double border here.
This commit is contained in:
Timm Bäder 2020-04-26 17:32:33 +02:00
parent 356dea3349
commit de40b0b061

View File

@ -180,19 +180,15 @@
<object class="GtkStackPage"> <object class="GtkStackPage">
<property name="name">browse</property> <property name="name">browse</property>
<property name="child"> <property name="child">
<object class="GtkFrame"> <object class="GtkScrolledWindow">
<property name="hexpand">1</property>
<property name="vexpand">1</property>
<child> <child>
<object class="GtkScrolledWindow"> <object class="GtkViewport">
<property name="hexpand">1</property>
<property name="vexpand">1</property>
<child> <child>
<object class="GtkViewport"> <object class="GtkListBox" id="listbox">
<child> <property name="selection-mode">none</property>
<object class="GtkListBox" id="listbox"> <signal name="row-activated" handler="on_listbox_row_activated" object="GtkPlacesView" swapped="yes"/>
<property name="selection-mode">none</property>
<signal name="row-activated" handler="on_listbox_row_activated" object="GtkPlacesView" swapped="yes"/>
</object>
</child>
</object> </object>
</child> </child>
</object> </object>