All icon buttons have tooltip text

This commit is contained in:
heliguy4599
2024-02-12 22:45:54 -05:00
parent dc272edc58
commit f5d16cfde7
5 changed files with 8 additions and 6 deletions

View File

@@ -93,6 +93,7 @@ template $PropertiesWindow: Adw.Window {
[suffix]
Button runtime_properties {
icon-name: "info-symbolic";
tooltip-text: _("View Properties");
valign: center;
styles [
@@ -103,6 +104,7 @@ template $PropertiesWindow: Adw.Window {
[suffix]
Button runtime_copy {
icon-name: "edit-copy-symbolic";
tooltip-text: _("Copy");
valign: center;
styles [