inspector: Use a GtkSeparator for the object details toolbar

Remove a hardcoded light grey border from the sidebar that was used for
this.
This commit is contained in:
Alexander Mikhaylenko
2021-10-24 02:53:22 +05:00
parent 8176b0c2fc
commit 131683fdcf
2 changed files with 3 additions and 7 deletions

View File

@@ -22,10 +22,6 @@
padding: 0 4px;
}
stacksidebar.object-details {
border-top: 1px solid lightgray;
}
picture.dark {
background: gray;
}

View File

@@ -380,6 +380,9 @@
</child>
</object>
</child>
<child>
<object class="GtkSeparator"/>
</child>
<child>
<object class="GtkBox">
<child>
@@ -389,9 +392,6 @@
<child>
<object class="GtkStackSidebar">
<property name="stack">object_details</property>
<style>
<class name="object-details"/>
</style>
</object>
</child>
</object>