mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
(GUI): added scale large image option.
This commit is contained in:
12
GUI/Properties/Settings.Designer.cs
generated
12
GUI/Properties/Settings.Designer.cs
generated
@@ -357,5 +357,17 @@ namespace GARbro.GUI.Properties {
|
||||
this["appLastDestination"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
||||
public bool winDownScaleImage {
|
||||
get {
|
||||
return ((bool)(this["winDownScaleImage"]));
|
||||
}
|
||||
set {
|
||||
this["winDownScaleImage"] = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user