Changed: no resolution scaling
This commit is contained in:
parent
a09c42e817
commit
9a16fd99b1
@ -41,6 +41,7 @@ namespace FizzyLauncher
|
||||
|
||||
notifyIcon1.Text = Application.ProductName;
|
||||
|
||||
this.AutoScaleMode = AutoScaleMode.None;
|
||||
this.StartPosition = FormStartPosition.WindowsDefaultBounds;
|
||||
this.Visible = false;
|
||||
}
|
||||
|
@ -20,7 +20,7 @@ namespace RyzStudio.Windows.ThemedForms
|
||||
this.StartPosition = FormStartPosition.CenterParent;
|
||||
this.TopMost = true;
|
||||
this.SizeGripStyle = SizeGripStyle.Hide;
|
||||
this.AutoScaleMode = AutoScaleMode.Font;
|
||||
this.AutoScaleMode = AutoScaleMode.None;
|
||||
}
|
||||
|
||||
[Browsable(false), EditorBrowsable(EditorBrowsableState.Never)]
|
||||
|
Reference in New Issue
Block a user