mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-14 17:12:35 +02:00
Gtk2: implemented SM_CXMENUSIZE and SM_CYMENUSIZE system metrics.
git-svn-id: trunk@35303 -
This commit is contained in:
parent
8e3577e6aa
commit
93bcdf9640
@ -5471,12 +5471,10 @@ begin
|
||||
begin
|
||||
//DebugLn('Trace:TODO: [TGtk2WidgetSet.GetSystemMetrics] --> SM_CYMENUCHECK ');
|
||||
end;
|
||||
SM_CXMENUSIZE:
|
||||
begin
|
||||
//DebugLn('Trace:TODO: [TGtk2WidgetSet.GetSystemMetrics] --> SM_CXMENUSIZE ');
|
||||
end;
|
||||
SM_CXMENUSIZE,
|
||||
SM_CYMENUSIZE:
|
||||
begin
|
||||
Result := GetTitleBarHeight - (FCachedBorderSize * 2);
|
||||
//DebugLn('Trace:TODO: [TGtk2WidgetSet.GetSystemMetrics] --> SM_CYMENUSIZE ');
|
||||
end;
|
||||
SM_CXMIN:
|
||||
|
Loading…
Reference in New Issue
Block a user