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

Unified Diff: chrome/content/ui/filters.xul

Issue 8756044: Topic 11471 - Subscription title doesn't adjust on window maximization (Closed)
Patch Set: Created Nov. 6, 2012, 2:13 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/content/ui/filters.xul
===================================================================
--- a/chrome/content/ui/filters.xul
+++ b/chrome/content/ui/filters.xul
@@ -174,21 +174,19 @@
<hbox align="center">
<deck class="titleBox" flex="1" selectedIndex="0" onselect="event.stopPropagation();">
<description ondblclick="if (event.button == 0) TitleEditor.start(this, true);">
- <description>
- <description class="title" value="{subscription.title}" flex="1" crop="end"/>
- (<if condition="{isExternal}">
- <description value="&subscription.external.label;"/>
- <else/>
- <if condition="{subscription.homepage}">
- <description class="link" value="&subscription.homepage.label;"
- _url="{subscription.homepage}" tooltiptext="{subscription.homepage}"
- onclick="if (event.button == 0) { event.stopPropagation();UI.loadInBrowser(this.getAttribute('_url')); }"/>,&#160;
- </if>
- <description class="link" value="&subscription.source.label;"
- _url="{subscription.url}" tooltiptext="{subscription.url}"
- onclick="if (event.button == 0) { event.stopPropagation();UI.loadInBrowser(this.getAttribute('_url')); }"/>
- </if>)
- </description>
+ <description class="title" value="{subscription.title}" flex="1" crop="end"/>
+ (<if condition="{isExternal}">
+ <description value="&subscription.external.label;"/>
+ <else/>
+ <if condition="{subscription.homepage}">
+ <description class="link" value="&subscription.homepage.label;"
+ _url="{subscription.homepage}" tooltiptext="{subscription.homepage}"
+ onclick="if (event.button == 0) { event.stopPropagation();UI.loadInBrowser(this.getAttribute('_url')); }"/>,&#160;
+ </if>
+ <description class="link" value="&subscription.source.label;"
+ _url="{subscription.url}" tooltiptext="{subscription.url}"
+ onclick="if (event.button == 0) { event.stopPropagation();UI.loadInBrowser(this.getAttribute('_url')); }"/>
+ </if>)
</description>
<textbox oncontextmenu="event.stopPropagation();" class="titleEditor" onkeypress="TitleEditor.keyPress(event);" onblur="TitleEditor.end(true);"/>
</deck>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld