fixed css error, increased the delay before refreshing the ui to give the stylesheet more time to load

This commit is contained in:
Damien Churchill 2008-08-11 23:38:38 +00:00
parent fd004a1d07
commit 99dd60ca84
2 changed files with 2 additions and 2 deletions

View File

@ -158,7 +158,7 @@ Deluge.UI = {
this.vbox.refresh(); this.vbox.refresh();
this.vbox.calculatePositions(); this.vbox.calculatePositions();
this.overlay.dispose(); this.overlay.dispose();
}.bind(this).delay(100); }.bind(this).delay(500);
}; };
}, },

View File

@ -13,7 +13,7 @@ Version: 0.1
html, body { html, body {
padding: 0px; padding: 0px;
margin: 0px; margin: 0px;
width: 100%: width: 100%;
height: 100%; height: 100%;
overflow: hidden; overflow: hidden;
} }