diff options
author | FranklinDM <mrmineshafter17@gmail.com> | 2018-11-14 19:07:42 +0800 |
---|---|---|
committer | FranklinDM <mrmineshafter17@gmail.com> | 2018-11-14 19:07:42 +0800 |
commit | 46a5c51bf7c4252dd88ccf1b9eec5bff750a019f (patch) | |
tree | 1970bafb632cee2b52a3bd6dd193215c5a7d4c6d /application/palemoon/base/content/sync | |
parent | 3438b20bd731184a838abaa159ccd9c00be1593b (diff) | |
download | UXP-46a5c51bf7c4252dd88ccf1b9eec5bff750a019f.tar UXP-46a5c51bf7c4252dd88ccf1b9eec5bff750a019f.tar.gz UXP-46a5c51bf7c4252dd88ccf1b9eec5bff750a019f.tar.lz UXP-46a5c51bf7c4252dd88ccf1b9eec5bff750a019f.tar.xz UXP-46a5c51bf7c4252dd88ccf1b9eec5bff750a019f.zip |
[Pale Moon] Sync notification widget's messageImage should inherit the 'type' attribute
Diffstat (limited to 'application/palemoon/base/content/sync')
-rw-r--r-- | application/palemoon/base/content/sync/notification.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application/palemoon/base/content/sync/notification.xml b/application/palemoon/base/content/sync/notification.xml index 7a2b77382..8ac881e08 100644 --- a/application/palemoon/base/content/sync/notification.xml +++ b/application/palemoon/base/content/sync/notification.xml @@ -88,7 +88,7 @@ tooltiptext="&closeNotification.tooltip;" oncommand="document.getBindingParent(this).close()"/> <xul:hbox anonid="details" align="center" flex="1"> - <xul:image anonid="messageImage" class="messageImage" xbl:inherits="src=image"/> + <xul:image anonid="messageImage" class="messageImage" xbl:inherits="src=image,type"/> <xul:description anonid="messageText" class="messageText" xbl:inherits="xbl:text=label"/> <!-- The children are the buttons defined by the notification. --> |