mirror of
https://github.com/morgan9e/warehouse
synced 2026-04-14 00:04:08 +09:00
All icon buttons have tooltip text
This commit is contained in:
@@ -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 [
|
||||
|
||||
Reference in New Issue
Block a user