mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-01 14:00:18 +02:00
Qt: implemented SM_CXBORDER, SM_CYBORDER in TQtWidgetSet.GetSystemMetrics()
git-svn-id: trunk@33048 -
This commit is contained in:
parent
b2e14d5fa9
commit
49935742b4
@ -3740,13 +3740,11 @@ begin
|
||||
begin
|
||||
//DebugLn('Trace:TODO: [TQtWidgetSet.GetSystemMetrics] --> SM_CMOUSEBUTTONS ');
|
||||
end;
|
||||
SM_CXBORDER:
|
||||
SM_CXBORDER, SM_CYBORDER:
|
||||
begin
|
||||
//DebugLn('Trace:TODO: [TQtWidgetSet.GetSystemMetrics] --> SM_CXBORDER ');
|
||||
end;
|
||||
SM_CYBORDER:
|
||||
begin
|
||||
//DebugLn('Trace:TODO: [TQtWidgetSet.GetSystemMetrics] --> SM_CYBORDER ');
|
||||
// size of frame around controls
|
||||
Result := QStyle_pixelMetric(QApplication_style(),
|
||||
QStylePM_DefaultFrameWidth, nil, nil);
|
||||
end;
|
||||
SM_CXCURSOR:
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user