increased default window height.

This commit is contained in:
morkt 2014-07-30 12:13:32 +04:00
parent 979fd08b99
commit 7d93f14e6f
2 changed files with 2 additions and 2 deletions

View File

@ -73,7 +73,7 @@ namespace GARbro.GUI.Properties {
[global::System.Configuration.UserScopedSettingAttribute()] [global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("560")] [global::System.Configuration.DefaultSettingValueAttribute("600")]
public double winHeight { public double winHeight {
get { get {
return ((double)(this["winHeight"])); return ((double)(this["winHeight"]));

View File

@ -15,7 +15,7 @@
<Value Profile="(Default)">1024</Value> <Value Profile="(Default)">1024</Value>
</Setting> </Setting>
<Setting Name="winHeight" Type="System.Double" Scope="User"> <Setting Name="winHeight" Type="System.Double" Scope="User">
<Value Profile="(Default)">560</Value> <Value Profile="(Default)">600</Value>
</Setting> </Setting>
<Setting Name="winState" Type="System.Windows.WindowState" Scope="User"> <Setting Name="winState" Type="System.Windows.WindowState" Scope="User">
<Value Profile="(Default)">Normal</Value> <Value Profile="(Default)">Normal</Value>