Use labels instead of icons for preview, focus, and fullscreen

These actions were not immediately recognizable as icons;
With GMenuModel there's no way to either add tooltips or use
icons _and_ text, so labels-only are the best option
usability-wise.
webkit2png
Christopher Davis 2018-11-21 08:05:34 -05:00
parent 2b2568128d
commit 917a92485b
1 changed files with 1 additions and 5 deletions

View File

@ -2,21 +2,17 @@
<interface>
<menu id="Menu">
<section>
<attribute name="display-hint">horizontal-buttons</attribute>
<item>
<attribute name="label" translatable="yes">Focus Mode</attribute>
<attribute name="action">app.focus_mode</attribute>
<attribute name="verb-icon">find-location-symbolic</attribute>
</item>
<item>
<attribute name="label" translatable="yes">Preview</attribute>
<attribute name="action">app.preview</attribute>
<attribute name="verb-icon">x-office-presentation-symbolic</attribute>
</item>
<item>
<attribute name="label" translatable="yes">Fullscreen</attribute>
<attribute name="action">app.fullscreen</attribute>
<attribute name="verb-icon">view-fullscreen-symbolic</attribute>
</item>
</section>
<section>
@ -64,4 +60,4 @@
</item>
</section>
</menu>
</interface>
</interface>