Fixed minor drawing bugs. Hook? = dp

This commit is contained in:
hangas%netscape.com 1999-08-02 22:52:37 +00:00
parent 052e4ca5c6
commit 134097980f
2 changed files with 2 additions and 1 deletions

View File

@ -163,6 +163,7 @@ function ClearCardViewPane()
// Work section
cvSetVisible(data.cvhWork, false);
cvSetVisible(data.cvJobTitle, false);
cvSetVisible(data.cvDepartment, false);
cvSetVisible(data.cvCompany, false);
cvSetVisible(data.cvWorkAddress, false);
cvSetVisible(data.cvWorkCityStZip, false);

View File

@ -164,7 +164,7 @@ Rights Reserved.
<splitter collapse="after"/>
<!-- card view -->
<box style="height:170px; border-left:solid black 1px; border-top:solid black 1px">
<box style="height:170px; border-top:solid black 1px">
<box id="CardViewBox"/>
</box>
</box>