libsysprof-ui: improve duration range drawing and sizing

This disables what we draw, but it gives us a better placement for how
to go about drawing within the space.
This commit is contained in:
Christian Hergert
2019-05-15 12:19:18 -07:00
parent 938839c3cb
commit 83cf6fc55a
4 changed files with 233 additions and 45 deletions

View File

@ -115,6 +115,7 @@
</child>
<child>
<object class="SysprofMarksView" id="marks_view">
<property name="zoom-manager">zoom_manager</property>
<property name="visible">true</property>
</object>
<packing>

View File

@ -64,6 +64,7 @@
<child>
<object class="SysprofCellRendererDuration" id="duration_cell">
<property name="xalign">0</property>
<property name="ypad">1</property>
</object>
<attributes>
<attribute name="text">1</attribute>