зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
c9624f0f7a
Коммит
e2aaba3251
|
@ -98,6 +98,7 @@
|
|||
</menupopup>
|
||||
|
||||
<richlistbox id="downloadsListBox"
|
||||
style="width: &downloads.width;"
|
||||
class="plain"
|
||||
flex="1"
|
||||
context="downloadsContextMenu"
|
||||
|
|
|
@ -12,6 +12,13 @@
|
|||
-->
|
||||
<!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.accesskey "P">
|
||||
<!ENTITY cmd.resume.label "Resume">
|
||||
|
|
|
@ -9,7 +9,6 @@
|
|||
}
|
||||
|
||||
#downloadsListBox {
|
||||
width: 60ch;
|
||||
background: transparent;
|
||||
padding: 4px;
|
||||
color: inherit;
|
||||
|
|
|
@ -9,7 +9,6 @@
|
|||
}
|
||||
|
||||
#downloadsListBox {
|
||||
width: 60ch;
|
||||
background: transparent;
|
||||
padding: 4px;
|
||||
color: inherit;
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
}
|
||||
|
||||
#downloadsListBox {
|
||||
width: 60ch;
|
||||
background-color: transparent;
|
||||
padding: 4px;
|
||||
color: inherit;
|
||||
|
|
Загрузка…
Ссылка в новой задаче