From: supachris28 Date: Sun, 12 Feb 2017 16:36:26 +0000 (+0000) Subject: Fixed Botton to Bottom X-Git-Tag: 1.1.0~724 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=df5601053a8857ad8e2b59d56e82bac7f44e96fb;p=handbrake Fixed Botton to Bottom --- diff --git a/win/CS/HandBrakeWPF/Converters/Queue/PictureSettingsDescConveter.cs b/win/CS/HandBrakeWPF/Converters/Queue/PictureSettingsDescConveter.cs index 7b7cbc220..782d1698e 100644 --- a/win/CS/HandBrakeWPF/Converters/Queue/PictureSettingsDescConveter.cs +++ b/win/CS/HandBrakeWPF/Converters/Queue/PictureSettingsDescConveter.cs @@ -1,4 +1,4 @@ -// -------------------------------------------------------------------------------------------------------------------- +// -------------------------------------------------------------------------------------------------------------------- // // This file is part of the HandBrake source code - It may be used under the terms of the GNU General Public License. // @@ -60,7 +60,7 @@ namespace HandBrakeWPF.Converters.Queue break; } - return resolution + Environment.NewLine + "Crop Top: " + task.Cropping.Top + ", Botton: " + task.Cropping.Bottom + ", Left: " + return resolution + Environment.NewLine + "Crop Top: " + task.Cropping.Top + ", Bottom: " + task.Cropping.Bottom + ", Left: " + task.Cropping.Left + ", Right: " + task.Cropping.Right; }