mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-29 00:50:40 +02:00
Qt: removed OpenBox wm from blacklist, let it takes frame borders like others.
git-svn-id: trunk@51849 -
This commit is contained in:
parent
76b8e0ed4b
commit
bd182f7aee
@ -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}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user