mirror of
https://github.com/finos/SymphonyElectron.git
synced 2024-11-25 10:20:16 -06:00
Electron-171 - corrected a code comment
This commit is contained in:
parent
4a292ad7c0
commit
55a70399d9
@ -87,7 +87,7 @@ function openConfigurationWindow(windowName) {
|
||||
const windowWidth = Math.round(width * 0.5);
|
||||
const windowHeight = Math.round(height * 0.5);
|
||||
|
||||
// Calculating the center of the window
|
||||
// Calculating the center of the parent window
|
||||
// to place the configuration window
|
||||
const centerX = x + width / 2.0;
|
||||
const centerY = y + height / 2.0;
|
||||
|
Loading…
Reference in New Issue
Block a user