Qt: removed OpenBox wm from blacklist, let it takes frame borders like others.

git-svn-id: trunk@51849 -
This commit is contained in:
zeljko 2016-03-07 15:51:27 +00:00
parent 76b8e0ed4b
commit bd182f7aee

View File

@ -1893,13 +1893,6 @@ begin
FWSFrameMargins := Rect(1, 23, 1, 10);
Result := FWSFrameMargins;
exit;
end else
if (AWMName = 'Openbox') then
begin
DebugLn('WARNING: QtLCL: "Openbox" wm have wrong implementation for _NET_FRAME_EXTENTS.');
FWSFrameMargins := Rect(1, 20, 1, 5);
Result := FWSFrameMargins;
exit;
end;
{$ENDIF}