parent
1dcbc3c6f8
commit
2997fb24bb
1 changed files with 3 additions and 4 deletions
|
@ -4509,11 +4509,10 @@ void X11Window::maximize(MaximizeMode mode)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
r.moveTopLeft(rules()->checkPosition(r.topLeft()));
|
r.moveTopLeft(rules()->checkPosition(r.topLeft()));
|
||||||
// The above code tries to center align the window followed by setting top and bottom
|
|
||||||
// it's possible that we're in between two pixels
|
|
||||||
r.setX(Xcb::nativeFloor(r.x()));
|
|
||||||
r.setY(Xcb::nativeFloor(r.y()));
|
|
||||||
}
|
}
|
||||||
|
// The above code tries to center align the window followed by setting top and bottom
|
||||||
|
// it's possible that we're in between two pixels
|
||||||
|
r = Xcb::nativeFloor(r);
|
||||||
|
|
||||||
moveResize(r);
|
moveResize(r);
|
||||||
if (options->electricBorderMaximize() && r.top() == clientArea.top()) {
|
if (options->electricBorderMaximize() && r.top() == clientArea.top()) {
|
||||||
|
|
Loading…
Reference in a new issue