mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
increased default window height.
This commit is contained in:
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>
|
||||||
|
|||||||
Reference in New Issue
Block a user