mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-22 11:12:36 +01:00
Add AcceptButton in Adjust-duration + FCE
This commit is contained in:
parent
6072fa1956
commit
511192a2fc
@ -124,6 +124,8 @@ namespace Nikse.SubtitleEdit.Forms
|
|||||||
}
|
}
|
||||||
|
|
||||||
FixEnabled();
|
FixEnabled();
|
||||||
|
|
||||||
|
AcceptButton = buttonOK;
|
||||||
}
|
}
|
||||||
|
|
||||||
private void FixLargeFonts()
|
private void FixLargeFonts()
|
||||||
|
@ -605,6 +605,8 @@ namespace Nikse.SubtitleEdit.Forms
|
|||||||
|
|
||||||
FixLargeFonts();
|
FixLargeFonts();
|
||||||
listView1.Select();
|
listView1.Select();
|
||||||
|
|
||||||
|
AcceptButton = buttonNextFinish;
|
||||||
}
|
}
|
||||||
|
|
||||||
private void FixLargeFonts()
|
private void FixLargeFonts()
|
||||||
|
Loading…
Reference in New Issue
Block a user