Merge branch 'inspector-double-border-fixes' into 'master'

inspector: Avoid double borders

See merge request GNOME/gtk!2477
This commit is contained in:
Matthias Clasen 2020-08-25 20:18:47 +00:00
commit 8e452b2b54
2 changed files with 6 additions and 5 deletions

View File

@ -28,15 +28,15 @@
</child>
</object>
</child>
<child>
<object class="GtkSeparator"/>
</child>
<child>
<object class="GtkScrolledWindow">
<property name="vexpand">1</property>
<child>
<object class="GtkColumnView" id="attributes">
<property name="show-column-separators">1</property>
<style>
<class name="frame"/>
</style>
<child>
<object class="GtkColumnViewColumn">
<property name="title" translatable="yes">Attribute</property>

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>