Use same font size in application settings treeview tabs

This commit is contained in:
Jaex 2017-05-02 18:53:48 +03:00
parent 936d69cfcc
commit 80e150c93c
2 changed files with 1651 additions and 496 deletions

View file

@ -1041,7 +1041,7 @@ private void InitializeComponent()
this.tttvMain.ImageList = null;
this.tttvMain.MainTabControl = null;
this.tttvMain.Name = "tttvMain";
this.tttvMain.TreeViewFont = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
this.tttvMain.TreeViewFont = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
this.tttvMain.TreeViewSize = 175;
//
// ApplicationSettingsForm

File diff suppressed because it is too large Load diff