inspector: Avoid double borders in the resource tab

Replace the frames with a separator.
This commit is contained in:
nana-4 2020-08-25 14:24:50 +09:00 committed by Ahmed Eldemery
parent 6371fca799
commit c6976d6897

View File

@ -182,6 +182,9 @@
</child>
</object>
</child>
<child>
<object class="GtkSeparator"/>
</child>
<child>
<object class="GtkStack" id="content">
<child>
@ -191,7 +194,6 @@
<object class="GtkScrolledWindow">
<property name="hexpand">1</property>
<property name="vexpand">1</property>
<property name="has-frame">1</property>
<style>
<class name="view"/>
</style>
@ -212,7 +214,6 @@
<object class="GtkScrolledWindow">
<property name="hexpand">1</property>
<property name="vexpand">1</property>
<property name="has-frame">1</property>
<style>
<class name="view"/>
</style>