Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: chrome/content/settings.xul

Issue 4744516900749312: issue #1155 - Don't allow displaying icon text with Australis theme (Closed)
Patch Set: Created July 30, 2014, 12:47 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/content/addonPageAustralisStyles.css ('k') | lib/main.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/content/settings.xul
===================================================================
--- a/chrome/content/settings.xul
+++ b/chrome/content/settings.xul
@@ -12,7 +12,7 @@
<setting pref="extensions.abpcustomization.preferences-one-line-subscriptions" type="bool" title="&oneLineSubscriptions.label;"/>
<setting pref="extensions.abpcustomization.preferences-remove-actions-button" type="bool" title="&removeActionsButton.label;"/>
<setting type="control" title="&misc.label;" class="abp-category-header"/>
- <setting pref="extensions.abpcustomization.toolbar-icon-display" type="radio" title="&toolbarIconDisplay.label;">
+ <setting id="abpcustomization-icondisplay" pref="extensions.abpcustomization.toolbar-icon-display" type="radio" title="&toolbarIconDisplay.label;">
<radiogroup>
<radio label="&toolbarIconDisplay.default;" value="0" selected="true"/>
<radio label="&toolbarIconDisplay.image;" value="1"/>
« no previous file with comments | « chrome/content/addonPageAustralisStyles.css ('k') | lib/main.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld