Skip to content

Commit

Permalink
Now font size for dialogue textbox properly applyed
Browse files Browse the repository at this point in the history
  • Loading branch information
sappho192 committed Dec 4, 2021
1 parent 4a999c2 commit a1abff7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions IronworksTranslator/DialogueWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ private void LoadUISettings()
LanguageComboBox.SelectedIndex = (int)ironworksSettings.Translator.DialogueLanguage;
var font = new FontFamily(ironworksSettings.UI.ChatTextboxFontFamily);
DialogueTextBox.FontFamily = font;
DialogueTextBox.FontSize = ironworksSettings.UI.ChatTextboxFontSize;
}

private void CloseButton_Click(object sender, RoutedEventArgs e)
Expand Down

0 comments on commit a1abff7

Please sign in to comment.