mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-23 01:19:37 +02:00
Gtk2: always increase SM_CYMENU by border size
git-svn-id: trunk@35705 -
This commit is contained in:
parent
811667feb8
commit
5405c2b6db
@ -5845,8 +5845,7 @@ begin
|
||||
if P <> nil then
|
||||
Result := Result + GTK_Widget(P)^.requisition.Height;
|
||||
end;
|
||||
if compositeManagerRunning then
|
||||
inc(Result, FCachedBorderSize);
|
||||
inc(Result, FCachedBorderSize);
|
||||
end;
|
||||
SM_CYSMCAPTION:
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user