mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-30 21:55:31 +00:00
add "status" area to the bottom so that bottom scroll arrow on MacOS is visible (r=slamm, bug# 8266).
This commit is contained in:
parent
5283884a87
commit
0a89d40c78
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user