In the "Show Message Box" action, when using Japanese, the horizontal frame is short and the text becomes difficult to read.
If anyone knows how to set up Winwow so that the text looks as good as it does in English, please let me know.
↓Japanese

↓code
Display.ShowMessageDialog.ShowMessage Title: $'''テスト''' Message: $'''メッセージボックスの表示方法''' Icon: Display.Icon.None Buttons: Display.Buttons.OK DefaultButton: Display.DefaultButton.Button1 IsTopMost: False ButtonPressed=> ButtonPressed5
↓English

↓code
Display.ShowMessageDialog.ShowMessage Title: $'''テスト''' Message: $'''How to display the message box''' Icon: Display.Icon.None Buttons: Display.Buttons.OK DefaultButton: Display.DefaultButton.Button1 IsTopMost: False ButtonPressed=> ButtonPressed5