Browse Source

Fix "download from URL" dialog height to avoid having a scrollbar

adaptive-webui-19844
Christophe Dumez 15 years ago
parent
commit
f2fbfdf017
  1. 2
      src/webui/scripts/mocha-init.js

2
src/webui/scripts/mocha-init.js

@ -33,7 +33,7 @@ initializeWindows = function(){ @@ -33,7 +33,7 @@ initializeWindows = function(){
paddingVertical: 0,
paddingHorizontal: 0,
width: 500,
height: 280
height: 300
});
});

Loading…
Cancel
Save