mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-13 21:39:39 +02:00
IdeIntf: Add caption to a GroupBox with LCL-QT5 to prevent a layout error. Issue #37576.
git-svn-id: trunk@63750 -
This commit is contained in:
parent
4f1e4291fd
commit
00242caf3c
@ -59,6 +59,9 @@ begin
|
||||
ClearButton.Caption := oisClear;
|
||||
AddButtons;
|
||||
IDEDialogLayoutList.ApplyLayout(Self);
|
||||
{$IFDEF LCLQt5} // A hack to prevent layout error with LCL-QT5.
|
||||
TextGroupBox.Caption := 'Lines'; // Can be removed when issue #37576 is solved.
|
||||
{$ENDIF}
|
||||
end;
|
||||
|
||||
procedure TStringsPropEditorFrm.FormClose(Sender: TObject; var CloseAction: TCloseAction);
|
||||
|
Loading…
Reference in New Issue
Block a user