libsysprof-ui: add lateral movements with keyboard

This commit is contained in:
Christian Hergert
2019-05-15 19:07:37 -07:00
parent 3210926f15
commit 26a94c2efd
2 changed files with 51 additions and 1 deletions

View File

@ -144,5 +144,7 @@
</child>
</template>
<object class="SysprofZoomManager" id="zoom_manager"/>
<object class="GtkAdjustment" id="time_adj"/>
<object class="GtkAdjustment" id="time_adj">
<property name="step-increment">20</property>
</object>
</interface>