Skip to content

Commit

Permalink
Change font MS Gothic to Segoe UI
Browse files Browse the repository at this point in the history
  • Loading branch information
mystasly48 committed Mar 20, 2019
1 parent 795192b commit 01c4443
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Mystter_SendTweet/Form1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ public partial class Form1 : Form {
}

private void SettingsInit() {
richTextBox1.Font = new Font("Segoe UI", 12);
ChangeLanguage(settings.Language);
ChangeTopMost(settings.TopMost);
ChangeWordWrap(settings.WordWrap);
Expand Down

0 comments on commit 01c4443

Please sign in to comment.