mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
This uses the graph_width to get the proper time range of the visualizer row. Mostly, this is just complicated because we the ticks to be an overlay rather than inline with the list rows.
30 lines
1.0 KiB
XML
30 lines
1.0 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<interface>
|
|
<template class="SpVisualizerView" parent="GtkBin">
|
|
<child>
|
|
<object class="GtkOverlay">
|
|
<property name="visible">true</property>
|
|
<child type="overlay">
|
|
<object class="SpVisualizerTicks" id="ticks">
|
|
<property name="valign">start</property>
|
|
<property name="hexpand">true</property>
|
|
<property name="visible">true</property>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="GtkScrolledWindow" id="scroller">
|
|
<property name="propagate-natural-height">true</property>
|
|
<property name="propagate-natural-width">false</property>
|
|
<property name="visible">true</property>
|
|
<child>
|
|
<object class="SpVisualizerList" id="list">
|
|
<property name="visible">true</property>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
</template>
|
|
</interface>
|