This commit is contained in:
vaxerski 2021-12-19 11:01:19 +01:00
parent 141ba70705
commit 311111bcb7
1 changed files with 1 additions and 1 deletions

View File

@ -236,7 +236,7 @@ CWindow* Events::remapFloatingWindow(int windowID, int forcemonitor) {
// update // update
window.setDefaultSize(NEWSIZE); window.setDefaultSize(NEWSIZE);
window.setDefaultPosition(window.getDefaultPosition() - DELTA / 2.f); window.setDefaultPosition(window.getDefaultPosition() - DELTA / 2.f);
} else { } else if (!succ) {
Debug::log(ERR, "ICCCM Size Hints failed."); Debug::log(ERR, "ICCCM Size Hints failed.");
} }