mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
libsysprof-gtk: use css for undershoot
This commit is contained in:
@ -74,6 +74,5 @@ markchart {
|
||||
timeruler {
|
||||
font-size: 0.833em;
|
||||
color: alpha(currentColor, .8);
|
||||
border-bottom: 1px solid @borders;
|
||||
background: alpha(@borders, .25);
|
||||
}
|
||||
|
||||
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user