node-mac-recorder 2.20.16 → 2.20.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/window_selector.mm +1 -1
package/package.json
CHANGED
package/src/window_selector.mm
CHANGED
|
@@ -58,7 +58,7 @@ static NSInteger g_currentActiveScreenIndex = -1;
|
|
|
58
58
|
|
|
59
59
|
// Record icon helpers
|
|
60
60
|
static NSImage *CreateRecordIconImage(CGFloat size) {
|
|
61
|
-
const CGFloat leadingInset =
|
|
61
|
+
const CGFloat leadingInset = 24.0;
|
|
62
62
|
const CGFloat trailingSpacing = 6.0;
|
|
63
63
|
CGFloat width = leadingInset + size + trailingSpacing;
|
|
64
64
|
NSImage *image = [[[NSImage alloc] initWithSize:NSMakeSize(width, size)] autorelease];
|