mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-15 09:43:07 -07:00
Match WebUI About page to GUI
This commit is contained in:
parent
86c21baf40
commit
d1dc9a39ae
6 changed files with 761 additions and 11 deletions
|
@ -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),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue