Skip to content

Commit

Permalink
ScreenSaver: Center window on screen
Browse files Browse the repository at this point in the history
  • Loading branch information
jscipione committed Apr 13, 2016
1 parent a60b9ee commit fbf9ac1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/preferences/screensaver/ScreenSaverWindow.cpp
Expand Up @@ -976,6 +976,8 @@ ScreenSaverWindow::ScreenSaverWindow()
ResizeTo(fSettings.WindowFrame().Width(),
fSettings.WindowFrame().Height());
}

CenterOnScreen();
}


Expand Down

0 comments on commit fbf9ac1

Please sign in to comment.