Skip to content

Commit

Permalink
one more slight size adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
andylin2004 committed Feb 6, 2024
1 parent 1dc8678 commit 747a64d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Low-Power-Mode-Toggler.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,7 @@
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 1.3.6;
CURRENT_PROJECT_VERSION = 1.3.6.1;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_ASSET_PATHS = "\"Low-Power-Mode-Toggler/Preview Content\"";
DEVELOPMENT_TEAM = QW3PB89WQ9;
Expand Down Expand Up @@ -647,7 +647,7 @@
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 1.3.6;
CURRENT_PROJECT_VERSION = 1.3.6.1;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_ASSET_PATHS = "\"Low-Power-Mode-Toggler/Preview Content\"";
DEVELOPMENT_TEAM = QW3PB89WQ9;
Expand Down
2 changes: 1 addition & 1 deletion Low-Power-Mode-Toggler/Low_Power_Mode_TogglerApp.swift
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ class AppDelegate: NSObject, NSApplicationDelegate, NSWindowDelegate {
if #available(macOS 13.0, *) {
let view = NSHostingView(rootView: ContentView(statusItem: statusItem))

view.frame = NSRect(x: 0, y: 0, width: 250, height: 105)
view.frame = NSRect(x: 0, y: 0, width: 250, height: 107.5)
menuItem.view = view
} else {
menuItem.state = isLowPowerEnabled ? .on : .off
Expand Down

0 comments on commit 747a64d

Please sign in to comment.