Bug 1911603 - Fix size of folder list edit dialog in virtual folder properties. r=Paenglab
Differential Revision: https://phabricator.services.mozilla.com/D218534 --HG-- extra : amend_source : eebd4bd25c6d1f5146c4beeaa5cfbcc2d36568a6
This commit is contained in:
Родитель
16afb8f0e6
Коммит
df237f2552
|
@ -11,8 +11,7 @@
|
|||
xmlns:html="http://www.w3.org/1999/xhtml"
|
||||
lightweightthemes="true"
|
||||
persist="width height screenX screenY"
|
||||
width="400"
|
||||
height="370"
|
||||
style="min-width: 27em; min-height: 25em"
|
||||
windowtype="mailnews:virtualFolderList"
|
||||
scrolling="false"
|
||||
>
|
||||
|
@ -40,7 +39,7 @@
|
|||
<html:body
|
||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
>
|
||||
<dialog>
|
||||
<dialog style="min-width: 27em; min-height: 25em">
|
||||
<stringbundle
|
||||
id="bundle_messenger"
|
||||
src="chrome://messenger/locale/messenger.properties"
|
||||
|
@ -50,7 +49,6 @@
|
|||
<tree
|
||||
id="folderPickerTree"
|
||||
flex="1"
|
||||
style="height: 290px"
|
||||
hidecolumnpicker="true"
|
||||
seltype="multiple"
|
||||
disableKeyNavigation="true"
|
||||
|
|
Загрузка…
Ссылка в новой задаче