Fix right sidebar to not expand past its boundaries

This commit is contained in:
Stuart Parmenter 2009-08-07 18:17:25 -07:00
Родитель a1da836547
Коммит b30a5304ab
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -510,7 +510,7 @@ BrowserView.prototype = {
},
// !!! --- RESIZE HACK END -------
handleMozAfterSizeChange: function handleMozAfterPaint(ev) {
handleMozAfterSizeChange: function handleMozAfterSizeChange(ev) {
// !!! --- RESIZE HACK BEGIN -----
// get the correct properties off of the event, these are wrong because
// we're using a MouseEvent, as it has an X and Y prop of some sort and

Просмотреть файл

@ -244,7 +244,7 @@
<vbox>
<spacer class="sidebar-spacer"/>
<vbox id="browser-controls" class="panel-dark">
<vbox id="browser-controls" style="overflow: -moz-hidden-unscrollable;" class="panel-dark">
<toolbarbutton id="tool-star" class="browser-control-button button-image" command="cmd_star"/>
<toolbarbutton id="tool-back" class="browser-control-button button-image" command="cmd_back"/>
<toolbarbutton id="tool-forward" class="browser-control-button button-image" command="cmd_forward"/>