mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
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:
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user