mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-12 16:10:54 +00:00
sysprof: make the sidebar a bit nicer w/ traceables
This commit is contained in:
@ -99,3 +99,7 @@ tracks row {
|
|||||||
tracks row track info {
|
tracks row track info {
|
||||||
padding: 1px 0 0 0;
|
padding: 1px 0 0 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.utility .view {
|
||||||
|
background: transparent;
|
||||||
|
}
|
||||||
|
|||||||
@ -75,6 +75,9 @@
|
|||||||
</child>
|
</child>
|
||||||
<property name="utility">
|
<property name="utility">
|
||||||
<object class="AdwToolbarView">
|
<object class="AdwToolbarView">
|
||||||
|
<style>
|
||||||
|
<class name="utility"/>
|
||||||
|
</style>
|
||||||
<child type="top">
|
<child type="top">
|
||||||
<object class="AdwHeaderBar">
|
<object class="AdwHeaderBar">
|
||||||
<property name="title-widget">
|
<property name="title-widget">
|
||||||
|
|||||||
Reference in New Issue
Block a user