diff options
Diffstat (limited to 'src/gui/widgets/window.cpp')
-rw-r--r-- | src/gui/widgets/window.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/window.cpp b/src/gui/widgets/window.cpp index 1ee84a6f..9c098bdb 100644 --- a/src/gui/widgets/window.cpp +++ b/src/gui/widgets/window.cpp @@ -750,7 +750,7 @@ void Window::center() void Window::checkIfIsOffScreen(bool partially, bool entirely) { // Move the window onto screen if it has become off screen - // For instance, because of resolution change... + // For instance, because of resolution change... // First of all, don't deal when a window hasn't got // any size initialized yet... |