forked from AuroraMiddleware/gtk
inspector: Avoid double borders in the accessibility tab
Replace the frame with a separator.
This commit is contained in:
parent
944607f240
commit
5bfc95321e
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user