mirror of
https://github.com/mirror/processhacker
synced 2026-06-08 16:03:24 +00:00
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:
+1
-1
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user