Match WebUI About page to GUI

This commit is contained in:
Thomas Piccirello 2019-01-02 12:34:03 -05:00
parent 86c21baf40
commit d1dc9a39ae
6 changed files with 761 additions and 11 deletions

View file

@ -737,9 +737,14 @@ var initializeWindows = function() {
var id = 'aboutpage';
new MochaUI.Window({
id: id,
title: 'QBT_TR(About)QBT_TR[CONTEXT=AboutDlg]',
title: 'QBT_TR(About qBittorrent)QBT_TR[CONTEXT=AboutDialog]',
loadMethod: 'xhr',
contentURL: 'about.html',
require: {
css: ['css/Tabs.css']
},
toolbar: true,
toolbarURL: 'aboutToolbar.html',
padding: 10,
width: loadWindowWidth(id, 550),
height: loadWindowHeight(id, 290),