You need to sign in or sign up before continuing.
Commit 645464d6 authored by tsuji's avatar tsuji

メニューの配置を微修正

parent aa750889
......@@ -14,7 +14,7 @@
<value>75</value>
</setting>
<setting name="formatSetting" serializeAs="String">
<value />
<value>TIFF</value>
</setting>
<setting name="shiftPixelSetting" serializeAs="String">
<value>2</value>
......
This diff is collapsed.
......@@ -37,7 +37,7 @@ namespace CSRender.Properties {
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("")]
[global::System.Configuration.DefaultSettingValueAttribute("TIFF")]
public string formatSetting {
get {
return ((string)(this["formatSetting"]));
......
......@@ -6,7 +6,7 @@
<Value Profile="(Default)">75</Value>
</Setting>
<Setting Name="formatSetting" Type="System.String" Scope="User">
<Value Profile="(Default)" />
<Value Profile="(Default)">TIFF</Value>
</Setting>
<Setting Name="shiftPixelSetting" Type="System.Decimal" Scope="User">
<Value Profile="(Default)">2</Value>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment