mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 06:28:03 -06:00
Match WebUI About page to GUI
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user