mirror of
https://github.com/crskycode/GARbro.git
synced 2024-12-24 03:44:13 +08:00
increased default window height.
This commit is contained in:
parent
979fd08b99
commit
7d93f14e6f
2
Properties/Settings.Designer.cs
generated
2
Properties/Settings.Designer.cs
generated
@ -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"]));
|
||||||
|
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user