fix: displayResolution typo
This commit is contained in:
@@ -364,7 +364,7 @@ namespace SpineViewer.Spine.SpineExporter
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
[TypeConverter(typeof(SizeConverter))]
|
[TypeConverter(typeof(SizeConverter))]
|
||||||
[LocalizedCategory(typeof(Properties.Resources), "categoryExport")]
|
[LocalizedCategory(typeof(Properties.Resources), "categoryExport")]
|
||||||
[LocalizedDisplayName(typeof(Properties.Resources), "displayResoulution")]
|
[LocalizedDisplayName(typeof(Properties.Resources), "displayResolution")]
|
||||||
[LocalizedDescription(typeof(Properties.Resources), "descResolution")]
|
[LocalizedDescription(typeof(Properties.Resources), "descResolution")]
|
||||||
public Size Resolution { get => Exporter.Resolution; }
|
public Size Resolution { get => Exporter.Resolution; }
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user