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.
2 parents 3e6cc0b + 5ad88f0 commit cb589e1Copy full SHA for cb589e1
b2sbackglassdesigner/b2sbackglassdesigner/forms/formSnippitSettings.vb
@@ -128,6 +128,8 @@ Public Class formSnippitSettings
128
129
bulb.Image = Bitmap.FromFile(.FileName).Copy(True)
130
bulb.Name = IO.Path.GetFileNameWithoutExtension(.FileName)
131
+ bulb.Size.Width = bulb.Image.Width
132
+ bulb.Size.Height = bulb.Image.Height
133
134
Dim imageInfo As Images.ImageInfo = New Images.ImageInfo(Images.eImageInfoType.IlluminationSnippits)
135
imageInfo.Text = bulb.Name
0 commit comments