mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-26 05:02:36 +01:00
Fix OCR window after minimize - thx Janusz :)
See https://nikse.dk/Home/Details/637239269810000000 - some controls were too wide
This commit is contained in:
parent
2354de7470
commit
3b086a683b
@ -7686,6 +7686,10 @@ namespace Nikse.SubtitleEdit.Forms.Ocr
|
||||
|
||||
listBoxUnknownWords.Top = listBoxLog.Top;
|
||||
listBoxUnknownWords.Left = listBoxLog.Left;
|
||||
|
||||
// Hack for resize after minimize...
|
||||
groupBoxSubtitleImage.Width = Width - groupBoxSubtitleImage.Left - 25;
|
||||
splitContainerBottom.Width = Width - 40;
|
||||
}
|
||||
|
||||
private void importTextWithMatchingTimeCodesToolStripMenuItem_Click(object sender, EventArgs e)
|
||||
|
Loading…
Reference in New Issue
Block a user