pcbnew: Add window title to "Find" dialog

This commit is contained in:
Mark Hämmerling
2021-10-18 21:28:58 +02:00
committed by Seth Hillbrand
parent e9205a0740
commit ecea2e4279
+2
View File
@@ -53,6 +53,8 @@ bool FindIncludeMarkers = true;
DIALOG_FIND::DIALOG_FIND( PCB_BASE_FRAME* aFrame ) : DIALOG_FIND_BASE( aFrame )
{
SetTitle( _( "Find" ) );
m_frame = aFrame;
GetSizer()->SetSizeHints( this );