SCROLLBAR_SIZE -> UI.SCROLLBAR_SIZE
This commit is contained in:
parent
ae9d2768c9
commit
bd190b4695
25 changed files with 62 additions and 62 deletions
|
|
@ -10,8 +10,8 @@ pandora.ui.insertEmbedDialog = function(/*[url, ]callback*/) {
|
|||
|
||||
var advanced = pandora.user.ui.showAdvancedEmbedOptions,
|
||||
dialogHeight = 344,
|
||||
dialogWidth = 416 + Ox.SCROLLBAR_SIZE,
|
||||
formWidth = dialogWidth - 32 - Ox.SCROLLBAR_SIZE,
|
||||
dialogWidth = 416 + Ox.UI.SCROLLBAR_SIZE,
|
||||
formWidth = dialogWidth - 32 - Ox.UI.SCROLLBAR_SIZE,
|
||||
|
||||
that = Ox.Dialog({
|
||||
buttons: [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue