如何修复MetroMessageBox标题大小显示问题

时间:2019-01-31 21:07:52

标签: c# size microsoft-metro title messagebox

使用MetroMessageBox有一个奇怪的问题。键入消息框的标题字符串时,它会切成这样的字体底部:

enter image description here

我的代码只是MessageBox的声明,它在简单的WinForm中使用:

MetroMessageBox.Show(this, "Some message", "Notification g j p q y", MessageBoxButtons.OK, MessageBoxIcon.Information);

在文档(link)中可能是这里的问题(在文件中):metroframework-modern-ui / MetroFramework / MessageBox / MetroMessageBoxControl.Designer.cs:

this.titleLabel.Size = new System.Drawing.Size(159, 32);

0 个答案:

没有答案
相关问题