Commit 645464d6 authored by tsuji's avatar tsuji

メニューの配置を微修正

parent aa750889
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
<value>75</value> <value>75</value>
</setting> </setting>
<setting name="formatSetting" serializeAs="String"> <setting name="formatSetting" serializeAs="String">
<value /> <value>TIFF</value>
</setting> </setting>
<setting name="shiftPixelSetting" serializeAs="String"> <setting name="shiftPixelSetting" serializeAs="String">
<value>2</value> <value>2</value>
......
This diff is collapsed.
...@@ -37,7 +37,7 @@ namespace CSRender.Properties { ...@@ -37,7 +37,7 @@ namespace CSRender.Properties {
[global::System.Configuration.UserScopedSettingAttribute()] [global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("")] [global::System.Configuration.DefaultSettingValueAttribute("TIFF")]
public string formatSetting { public string formatSetting {
get { get {
return ((string)(this["formatSetting"])); return ((string)(this["formatSetting"]));
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
<Value Profile="(Default)">75</Value> <Value Profile="(Default)">75</Value>
</Setting> </Setting>
<Setting Name="formatSetting" Type="System.String" Scope="User"> <Setting Name="formatSetting" Type="System.String" Scope="User">
<Value Profile="(Default)" /> <Value Profile="(Default)">TIFF</Value>
</Setting> </Setting>
<Setting Name="shiftPixelSetting" Type="System.Decimal" Scope="User"> <Setting Name="shiftPixelSetting" Type="System.Decimal" Scope="User">
<Value Profile="(Default)">2</Value> <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