Fix for e59e03f6447100dd515cef3963ad295185086a2c#commitcomment-125419802 - thx moob158 :)

This commit is contained in:
niksedk 2023-08-24 19:49:40 +02:00
parent d2bcb46311
commit b015914021

View File

@ -66,14 +66,12 @@ namespace Nikse.SubtitleEdit.Forms
private void VideoControlsUndocked_Shown(object sender, System.EventArgs e)
{
if (Height < 320)
{
Height = 320;
}
Height = 340;
if (panelContainer.Controls.Count > 0)
{
panelContainer.Controls[0].Dock = DockStyle.Fill;
panelContainer.Controls[0].Anchor = AnchorStyles.Left | AnchorStyles.Top;
panelContainer.Controls[0].Height = 300;
}
}
}