mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-22 11:12:36 +01:00
Fix assa box drawing center/bottom alignmentt
This commit is contained in:
parent
b637301ac5
commit
d894f4db36
@ -516,7 +516,7 @@ namespace Nikse.SubtitleEdit.Forms.Assa
|
||||
{
|
||||
var marginH = (int)numericUpDownDrawingMarginH.Value;
|
||||
var marginV = (int)numericUpDownDrawingMarginV.Value;
|
||||
var height = bottom - x;
|
||||
var height = bottom - top;
|
||||
var width = right - x;
|
||||
var pos = string.Empty;
|
||||
if (radioButtonTopLeft.Checked)
|
||||
|
Loading…
Reference in New Issue
Block a user