forked from AuroraMiddleware/gtk
inspector: Avoid double borders in the resource tab
Replace the frames with a separator.
This commit is contained in:
parent
6371fca799
commit
c6976d6897
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user