(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

@@ -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;
}
}
}
}

View File

@@ -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>