SVN r895
SVN-Revision: r895
This commit is contained in:
@@ -1088,7 +1088,7 @@ namespace Lskj.Main.Control
|
||||
Menu_ItemNew menu = new Menu_ItemNew();
|
||||
if (fontFamily != null)
|
||||
{
|
||||
menu.GetLabelTitle().Font = new Font(fontFamily, 9.75f, FontStyle.Bold);
|
||||
menu.GetLabelTitle().Font = new Font(fontFamily, 10f, FontStyle.Bold);
|
||||
menu.GetLabelTitleSub().Font = new Font(fontFamily, 8.5f, FontStyle.Regular);
|
||||
}
|
||||
menu.GetLabelTitle().ForeColor = Color.FromArgb(71, 73, 79);
|
||||
|
||||
Reference in New Issue
Block a user