fixed default HackerWindow UI size - consistent view for all tabs

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1789 21ef857c-d57f-4fe0-8362-d861dc6d29cd
This commit is contained in:
dmex04
2009-08-30 20:51:13 +00:00
parent f2b9e730df
commit 07932eea67
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ namespace ProcessHacker.Properties {
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("825, 549")]
[global::System.Configuration.DefaultSettingValueAttribute("830, 550")]
public global::System.Drawing.Size WindowSize {
get {
return ((global::System.Drawing.Size)(this["WindowSize"]));
@@ -6,7 +6,7 @@
<Value Profile="(Default)">1000</Value>
</Setting>
<Setting Name="WindowSize" Type="System.Drawing.Size" Scope="User">
<Value Profile="(Default)">825, 549</Value>
<Value Profile="(Default)">830, 550</Value>
</Setting>
<Setting Name="WindowLocation" Type="System.Drawing.Point" Scope="User">
<Value Profile="(Default)">200, 200</Value>
+1 -1
View File
@@ -14,7 +14,7 @@
<value>1000</value>
</setting>
<setting name="WindowSize" serializeAs="String">
<value>825, 549</value>
<value>830, 550</value>
</setting>
<setting name="WindowLocation" serializeAs="String">
<value>200, 200</value>