fix #2078 (Texts: Right margin is wider than left margin)

This commit is contained in:
rolux 2014-02-17 09:32:25 +00:00
parent 642c5e2288
commit 671667eb5a

View file

@ -395,7 +395,7 @@ pandora.ui.textHTML = function(text) {
return window.innerWidth
- pandora.user.ui.showSidebar * pandora.user.ui.sidebarSize - 1
- pandora.user.ui.embedSize - 1
- 32 - 16;
- 32 - Ox.UI.SCROLLBAR_SIZE;
}