Browse Source

Enable Statistics window to be scrolled and resized

Text may go offscreen due to translations.
adaptive-webui-19844
Tom Piccirello 7 years ago committed by Thomas Piccirello
parent
commit
1a9b009951
  1. 2
      src/webui/www/private/scripts/mocha-init.js

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

@ -241,8 +241,6 @@ initializeWindows = function() {
title: 'QBT_TR(Statistics)QBT_TR[CONTEXT=StatsDialog]', title: 'QBT_TR(Statistics)QBT_TR[CONTEXT=StatsDialog]',
loadMethod: 'xhr', loadMethod: 'xhr',
contentURL: 'statistics.html', contentURL: 'statistics.html',
scrollbars: false,
resizable: false,
maximizable: false, maximizable: false,
width: 275, width: 275,
height: 370, height: 370,

Loading…
Cancel
Save