summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsunflowerskater <sunflowerskater@tutanota.com>2023-02-11 16:01:53 -0300
committerAutomeris naranja <104251-automerisnaranja@users.noreply.gitlab.gnome.org>2023-02-11 23:26:42 +0000
commit2498fa83345f6fc4504a67a30d9a474182d250c1 (patch)
treed8f3415b7e41e7dfd5c8f0d07a47c3d53ce155bf
parent4329f03d8b32e1f2b9af4e8fcf33548a25f06ff9 (diff)
downloadgnome-font-viewer-2498fa83345f6fc4504a67a30d9a474182d250c1.tar.gz
font-view-window: Add tooltips to some buttons
Acc. HIG, all controls from headerbars must have a tooltip. https://developer.gnome.org/hig/patterns/feedback/tooltips.html
-rw-r--r--src/font-view-window.ui2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/font-view-window.ui b/src/font-view-window.ui
index a8e05aa..babb01d 100644
--- a/src/font-view-window.ui
+++ b/src/font-view-window.ui
@@ -187,12 +187,14 @@
<property name="label" translatable="yes">_Install</property>
<property name="use-underline">True</property>
<property name="action-name">win.install-font</property>
+ <property name="tooltip-text" translatable="yes">Install Font</property>
</object>
</child>
<child type="end">
<object class="GtkToggleButton" id="info_button">
<property name="label" translatable="yes">I_nfo</property>
<property name="use-underline">True</property>
+ <property name="tooltip-text" translatable="yes">Font Details</property>
</object>
</child>
</object>