Merge branch 'feature/no-scaling' into 'release/0.2.2.018'
Changed: no resolution scaling See merge request SympatheticFire/linear-app-launcher!28
This commit is contained in:
commit
804d448fe1
@ -41,6 +41,7 @@ namespace FizzyLauncher
|
|||||||
|
|
||||||
notifyIcon1.Text = Application.ProductName;
|
notifyIcon1.Text = Application.ProductName;
|
||||||
|
|
||||||
|
this.AutoScaleMode = AutoScaleMode.None;
|
||||||
this.StartPosition = FormStartPosition.WindowsDefaultBounds;
|
this.StartPosition = FormStartPosition.WindowsDefaultBounds;
|
||||||
this.Visible = false;
|
this.Visible = false;
|
||||||
}
|
}
|
||||||
|
@ -20,7 +20,7 @@ namespace RyzStudio.Windows.ThemedForms
|
|||||||
this.StartPosition = FormStartPosition.CenterParent;
|
this.StartPosition = FormStartPosition.CenterParent;
|
||||||
this.TopMost = true;
|
this.TopMost = true;
|
||||||
this.SizeGripStyle = SizeGripStyle.Hide;
|
this.SizeGripStyle = SizeGripStyle.Hide;
|
||||||
this.AutoScaleMode = AutoScaleMode.Font;
|
this.AutoScaleMode = AutoScaleMode.None;
|
||||||
}
|
}
|
||||||
|
|
||||||
[Browsable(false), EditorBrowsable(EditorBrowsableState.Never)]
|
[Browsable(false), EditorBrowsable(EditorBrowsableState.Never)]
|
||||||
|
Reference in New Issue
Block a user