mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-03 10:33:33 +00:00
fix for #90782. add "total" and "unread" numbers back to the bottom right of
the vertical 3 pane layout. (the were already there for the normal 3 pane layout.) r & sr=bienvenu
This commit is contained in:
parent
c8d1d523ed
commit
fa8caa8056
@ -183,8 +183,8 @@ Rights Reserved.
|
||||
</hbox>
|
||||
|
||||
<statusbar id="status-bar" class="mailwindow-statusbar">
|
||||
<statusbarpanel id="unreadMessageCount" hidden="true" style="min-width: 5px"/>
|
||||
<statusbarpanel id="totalMessageCount" hidden="true" style="min-width: 5px"/>
|
||||
<statusbarpanel id="unreadMessageCount" style="min-width: 5px"/>
|
||||
<statusbarpanel id="totalMessageCount" style="min-width: 5px"/>
|
||||
</statusbar>
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user