mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
* FIX: FindDlg: buttons not shown cause by TabSheet height calculation error (ReCalc)
This commit is contained in:
parent
c7f24a7d69
commit
b670bd59dc
2 changed files with 4 additions and 2 deletions
|
|
@ -3,7 +3,6 @@ object frmFindDlg: TfrmFindDlg
|
|||
Height = 469
|
||||
Top = 176
|
||||
Width = 875
|
||||
AutoSize = True
|
||||
Caption = 'Find files'
|
||||
ClientHeight = 449
|
||||
ClientWidth = 875
|
||||
|
|
|
|||
|
|
@ -2206,7 +2206,10 @@ end;
|
|||
{ TfrmFindDlg.FormShow }
|
||||
procedure TfrmFindDlg.frmFindDlgShow(Sender: TObject);
|
||||
begin
|
||||
AutoSize:=false;
|
||||
{$IFDEF LCLCOCOA}
|
||||
pgcSearch.DoAdjustClientRectChange();
|
||||
{$ENDIF}
|
||||
|
||||
pgcSearch.PageIndex := 0;
|
||||
|
||||
if cmbFindFileMask.Visible then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue