зеркало из https://github.com/mozilla/pjs.git
Fixed 24361 and 24368, remember address book window size and position. r=scottip
This commit is contained in:
Родитель
deb80569ca
Коммит
83d268d472
|
@ -25,7 +25,7 @@ function OnLoadCardView()
|
|||
cvData = new Object;
|
||||
|
||||
// Card View Box
|
||||
cvData.CardViewBox = doc.getElementById("CardViewBox");
|
||||
cvData.CardViewBox = doc.getElementById("CardViewInnerBox");
|
||||
// Title
|
||||
cvData.CardTitle = doc.getElementById("CardTitle");
|
||||
// Name section
|
||||
|
|
|
@ -33,6 +33,7 @@ Rights Reserved.
|
|||
<window xmlns:html="http://www.w3.org/TR/REC-html40"
|
||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
id="addressbookWindow"
|
||||
height="450"
|
||||
width="750"
|
||||
align="vertical"
|
||||
|
@ -243,7 +244,7 @@ Rights Reserved.
|
|||
<tree id="resultsTree" flex="1" style="height:0px"/>
|
||||
</box>
|
||||
|
||||
<splitter id="gray_horizontal_splitter" collapse="after"/>
|
||||
<splitter id="gray_horizontal_splitter" collapse="after" persist="state"/>
|
||||
|
||||
<!-- card view -->
|
||||
<box id="CardViewBox" style="height:170px; min-height:1px; min-width:1px"/>
|
||||
|
|
Загрузка…
Ссылка в новой задаче