mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-12 08:00:53 +00:00
libsysprof-gtk: use css for undershoot
This commit is contained in:
@ -74,6 +74,5 @@ markchart {
|
|||||||
timeruler {
|
timeruler {
|
||||||
font-size: 0.833em;
|
font-size: 0.833em;
|
||||||
color: alpha(currentColor, .8);
|
color: alpha(currentColor, .8);
|
||||||
border-bottom: 1px solid @borders;
|
|
||||||
background: alpha(@borders, .25);
|
background: alpha(@borders, .25);
|
||||||
}
|
}
|
||||||
|
|||||||
@ -181,6 +181,9 @@
|
|||||||
<object class="GtkScrolledWindow">
|
<object class="GtkScrolledWindow">
|
||||||
<property name="hscrollbar-policy">never</property>
|
<property name="hscrollbar-policy">never</property>
|
||||||
<property name="vexpand">true</property>
|
<property name="vexpand">true</property>
|
||||||
|
<style>
|
||||||
|
<class name="undershoot-top"/>
|
||||||
|
</style>
|
||||||
<child>
|
<child>
|
||||||
<object class="GtkListView">
|
<object class="GtkListView">
|
||||||
<property name="show-separators">true</property>
|
<property name="show-separators">true</property>
|
||||||
|
|||||||
Reference in New Issue
Block a user