Skip to content

Commit f6b3a65

Browse files
author
SlavaRa
committed
Sets the default font
1 parent 2081b61 commit f6b3a65

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

External/Plugins/CodeRefactor/Controls/MoveDialog.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ public MoveDialog(List<string> files)
3939
{
4040
MovingFiles = files;
4141
InitializeComponent();
42+
Font = PluginBase.Settings.DefaultFont;
43+
tree.ItemHeight = tree.Font.Height;
4244
InitializeClasspaths();
4345
InitializeInput();
4446
RefreshTree();

0 commit comments

Comments
 (0)