mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
window: update zoom reset label to display current zoom
This commit is contained in:
@ -215,6 +215,7 @@
|
||||
<property name="visible">true</property>
|
||||
<child>
|
||||
<object class="GtkBox">
|
||||
<property name="hexpand">true</property>
|
||||
<property name="orientation">horizontal</property>
|
||||
<property name="margin-bottom">12</property>
|
||||
<property name="visible">true</property>
|
||||
@ -240,8 +241,13 @@
|
||||
<child>
|
||||
<object class="GtkButton">
|
||||
<property name="action-name">zoom.zoom-one</property>
|
||||
<property name="label" translatable="yes">100%</property>
|
||||
<property name="visible">true</property>
|
||||
<child>
|
||||
<object class="GtkLabel" id="zoom_one_label">
|
||||
<property name="width-chars">5</property>
|
||||
<property name="visible">true</property>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
|
||||
Reference in New Issue
Block a user