mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-21 10:47:58 +01:00
Bah.
This commit is contained in:
@@ -245,7 +245,7 @@ var CommandWidgets = Class("CommandWidgets", {
|
|||||||
[this.commandbar.container, this.statusbar.container].forEach(check);
|
[this.commandbar.container, this.statusbar.container].forEach(check);
|
||||||
|
|
||||||
// Work around a redrawing bug.
|
// Work around a redrawing bug.
|
||||||
if (changed && util.haveGecko("16")) {
|
if (changed && config.haveGecko("16")) {
|
||||||
util.delay(function () {
|
util.delay(function () {
|
||||||
// Urgh.
|
// Urgh.
|
||||||
statusline.statusBar.style.paddingRight = "1px";
|
statusline.statusBar.style.paddingRight = "1px";
|
||||||
|
|||||||
Reference in New Issue
Block a user