We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8814689 commit 4fc2766Copy full SHA for 4fc2766
External/Plugins/FlashDebugger/Controls/BreakPointUI.cs
@@ -74,6 +74,7 @@ private void init()
74
{
75
imageList = new ImageList();
76
imageList.ColorDepth = ColorDepth.Depth32Bit;
77
+ imageList.ImageSize = ScaleHelper.Scale(new Size(16, 16));
78
imageList.Images.Add("DeleteBreakpoint", PluginBase.MainForm.FindImage("548|27|5|5"));
79
imageList.Images.Add("DeleteBreakpoints", PluginBase.MainForm.FindImage("549|27|5|5"));
80
imageList.Images.Add("ToggleBreakpoints", PluginBase.MainForm.FindImage("136|23|5|5"));
0 commit comments