libsysprof-gtk: use css for undershoot

This commit is contained in:
Christian Hergert
2023-06-28 13:00:51 -07:00
parent 1b8f1035ec
commit d148357953
2 changed files with 3 additions and 1 deletions

View File

@ -74,6 +74,5 @@ markchart {
timeruler {
font-size: 0.833em;
color: alpha(currentColor, .8);
border-bottom: 1px solid @borders;
background: alpha(@borders, .25);
}

View File

@ -181,6 +181,9 @@
<object class="GtkScrolledWindow">
<property name="hscrollbar-policy">never</property>
<property name="vexpand">true</property>
<style>
<class name="undershoot-top"/>
</style>
<child>
<object class="GtkListView">
<property name="show-separators">true</property>