mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-02 13:48:05 -06:00
Web UI improvements
- Optimize translation code - Cosmetic fixes to dialogs - Display qBittorrent version in about dialog
This commit is contained in:
@@ -71,8 +71,8 @@ initializeWindows = function(){
|
||||
maximizable: false,
|
||||
paddingVertical: 0,
|
||||
paddingHorizontal: 0,
|
||||
width: 500,
|
||||
height: 150
|
||||
width: 600,
|
||||
height: 170
|
||||
});
|
||||
});
|
||||
|
||||
@@ -275,10 +275,10 @@ initializeWindows = function(){
|
||||
new MochaUI.Window({
|
||||
id: 'aboutpage',
|
||||
title: 'About',
|
||||
loadMethod: 'iframe',
|
||||
loadMethod: 'xhr',
|
||||
contentURL: 'about.html',
|
||||
width: 650,
|
||||
height: 400,
|
||||
height: 200,
|
||||
padding: 10
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user