mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-13 12:19:16 +02:00
QT
- set margins to 0 for qt 4.2 git-svn-id: trunk@11466 -
This commit is contained in:
parent
e720286a68
commit
e238453328
@ -2238,6 +2238,9 @@ begin
|
|||||||
{$ifdef USE_QT_4_3}
|
{$ifdef USE_QT_4_3}
|
||||||
QBoxLayout_setSpacing(LayoutWidget, 0);
|
QBoxLayout_setSpacing(LayoutWidget, 0);
|
||||||
QLayout_setContentsMargins(LayoutWidget, 0, 0, 0, 0);
|
QLayout_setContentsMargins(LayoutWidget, 0, 0, 0, 0);
|
||||||
|
{$else}
|
||||||
|
QLayout_setSpacing(LayoutWidget, 0);
|
||||||
|
QLayout_setMargin(LayoutWidget, 0);
|
||||||
{$endif}
|
{$endif}
|
||||||
|
|
||||||
QLayout_setMenuBar(LayoutWidget, MenuBar.Widget);
|
QLayout_setMenuBar(LayoutWidget, MenuBar.Widget);
|
||||||
|
Loading…
Reference in New Issue
Block a user