window: update zoom reset label to display current zoom

This commit is contained in:
Christian Hergert
2016-09-28 18:06:33 -07:00
parent baf26fa0b6
commit 60e917a5d1
2 changed files with 26 additions and 1 deletions

View File

@ -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>