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:
@@ -22,10 +22,6 @@
|
||||
padding: 0 4px;
|
||||
}
|
||||
|
||||
stacksidebar.object-details {
|
||||
border-top: 1px solid lightgray;
|
||||
}
|
||||
|
||||
picture.dark {
|
||||
background: gray;
|
||||
}
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user