mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-06 00:21:06 +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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -86,5 +86,8 @@
|
||||
<Setting Name="appLastDestination" Type="System.String" Scope="User">
|
||||
<Value Profile="(Default)" />
|
||||
</Setting>
|
||||
<Setting Name="winDownScaleImage" Type="System.Boolean" Scope="User">
|
||||
<Value Profile="(Default)">False</Value>
|
||||
</Setting>
|
||||
</Settings>
|
||||
</SettingsFile>
|
||||
Reference in New Issue
Block a user