add "status" area to the bottom so that bottom scroll arrow on MacOS is visible (r=slamm, bug# 8266).

This commit is contained in:
pinkerton%netscape.com 1999-11-04 22:04:17 +00:00
parent 5283884a87
commit 0a89d40c78

View File

@ -134,4 +134,17 @@
</tree>
</html:div>
<!--
pinkerton
This extra "status" bar is necessary because the bottom right corner of the window on MacOS is
taken up by the growBox. If this window had a horizontal scrollbar, we'd be alright, but since
it doesn't the bottom arrow on the vertical scrollbar was being hidden by this growBox. To
combat this, we can just stick in a 16px high bar to bump up the bottom of the tree so that
the scrollbar is visible. Yes, I know this is not necessary for win32 or gtk, but we can
use this area for information (maybe full URL of selected item or the like) in the future.
-->
<box id="status-bar" style="min-height:16px; max-height:16px;">
<titledbutton class="status-bar" align="left" value=""/>
</box>
</window>