Bug 759397 - The width of the Downloads Panel should be larger and locale-dependent. r=gavin

--HG--
extra : rebase_source : 34b94665970774b2dd245bb6ebe15908e7e3dfaf
This commit is contained in:
Paolo Amadini 2012-07-17 18:48:06 +02:00
parent 8a2ea81bc5
commit 0f165af608
5 changed files with 8 additions and 3 deletions

View File

@ -98,6 +98,7 @@
</menupopup> </menupopup>
<richlistbox id="downloadsListBox" <richlistbox id="downloadsListBox"
style="width: &downloads.width;"
class="plain" class="plain"
flex="1" flex="1"
context="downloadsContextMenu" context="downloadsContextMenu"

View File

@ -12,6 +12,13 @@
--> -->
<!ENTITY downloads.title "Downloads"> <!ENTITY downloads.title "Downloads">
<!-- LOCALIZATION NOTE (downloads.width):
Width of the Downloads Panel list items, expressed using a CSS unit. The
longest labels that should fit in the item width are usually those of
in-progress downloads and those of blocked downloads.
-->
<!ENTITY downloads.width "65ch">
<!ENTITY cmd.pause.label "Pause"> <!ENTITY cmd.pause.label "Pause">
<!ENTITY cmd.pause.accesskey "P"> <!ENTITY cmd.pause.accesskey "P">
<!ENTITY cmd.resume.label "Resume"> <!ENTITY cmd.resume.label "Resume">

View File

@ -9,7 +9,6 @@
} }
#downloadsListBox { #downloadsListBox {
width: 60ch;
background: transparent; background: transparent;
padding: 4px; padding: 4px;
color: inherit; color: inherit;

View File

@ -9,7 +9,6 @@
} }
#downloadsListBox { #downloadsListBox {
width: 60ch;
background: transparent; background: transparent;
padding: 4px; padding: 4px;
color: inherit; color: inherit;

View File

@ -23,7 +23,6 @@
} }
#downloadsListBox { #downloadsListBox {
width: 60ch;
background-color: transparent; background-color: transparent;
padding: 4px; padding: 4px;
color: inherit; color: inherit;