Skip to content

Commit 4fc2766

Browse files
committed
BreakPointUI icon scale fix...
1 parent 8814689 commit 4fc2766

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

External/Plugins/FlashDebugger/Controls/BreakPointUI.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ private void init()
7474
{
7575
imageList = new ImageList();
7676
imageList.ColorDepth = ColorDepth.Depth32Bit;
77+
imageList.ImageSize = ScaleHelper.Scale(new Size(16, 16));
7778
imageList.Images.Add("DeleteBreakpoint", PluginBase.MainForm.FindImage("548|27|5|5"));
7879
imageList.Images.Add("DeleteBreakpoints", PluginBase.MainForm.FindImage("549|27|5|5"));
7980
imageList.Images.Add("ToggleBreakpoints", PluginBase.MainForm.FindImage("136|23|5|5"));

0 commit comments

Comments
 (0)