mirror of
https://github.com/finos/SymphonyElectron.git
synced 2025-02-25 18:55:29 -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 windowWidth = Math.round(width * 0.5);
|
||||||
const windowHeight = Math.round(height * 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
|
// to place the configuration window
|
||||||
const centerX = x + width / 2.0;
|
const centerX = x + width / 2.0;
|
||||||
const centerY = y + height / 2.0;
|
const centerY = y + height / 2.0;
|
||||||
|
Loading…
Reference in New Issue
Block a user