(GUI): added scale large image option.

This commit is contained in:
morkt
2018-03-11 20:50:33 +04:00
parent c5113b08ba
commit ce2e256dc2
13 changed files with 175 additions and 13 deletions

View File

@@ -1273,6 +1273,15 @@ namespace GARbro.GUI.Strings {
}
}
/// <summary>
/// Looks up a localized string similar to Image viewer.
/// </summary>
public static string TextViewer {
get {
return ResourceManager.GetString("TextViewer", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Visit download page.
/// </summary>
@@ -1326,5 +1335,14 @@ namespace GARbro.GUI.Strings {
return ResourceManager.GetString("Type_NONE", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Scale large images to fit window.
/// </summary>
public static string winDownScaleImage {
get {
return ResourceManager.GetString("winDownScaleImage", resourceCulture);
}
}
}
}