Skip to content

Commit

Permalink
移动文件 | Move files
Browse files Browse the repository at this point in the history
  • Loading branch information
Caldis committed Nov 6, 2018
1 parent 271ea9b commit 62cb4bd
Show file tree
Hide file tree
Showing 16 changed files with 12 additions and 10 deletions.
16 changes: 12 additions & 4 deletions Mos.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -339,12 +339,9 @@
0B6D3B6420419EF5004CC064 /* Utils */,
0B12EF5C203C7D510058B169 /* Logger */,
0B12EF5B203C3D510058B169 /* Options */,
23D707B12191601A007B5325 /* Windows */,
0B74C43D205E364A00E3F942 /* Managers */,
0B12EF1B203ADD0B0058B169 /* ScrollCore */,
0BB0F1BC20F39FFB00909B7D /* WelcomeWindow */,
0B12EF20203AE0E00058B169 /* MonitorWindow */,
0B12EF21203AE0F50058B169 /* PreferencesWindow */,
0B43379C2065415600EEB281 /* HideStatusItemWindow */,
0B12EF26203AE25A0058B169 /* OCBridge */,
0B12EF28203AE2E00058B169 /* Localization */,
22142DA91E25344E00E4BFBF /* Main.storyboard */,
Expand All @@ -363,6 +360,17 @@
name = Frameworks;
sourceTree = "<group>";
};
23D707B12191601A007B5325 /* Windows */ = {
isa = PBXGroup;
children = (
0BB0F1BC20F39FFB00909B7D /* WelcomeWindow */,
0B12EF20203AE0E00058B169 /* MonitorWindow */,
0B12EF21203AE0F50058B169 /* PreferencesWindow */,
0B43379C2065415600EEB281 /* HideStatusItemWindow */,
);
path = Windows;
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,6 @@ class PreferencesAboutViewController: NSViewController {

override func viewDidLoad() {
super.viewDidLoad()
// 设置按钮文字颜色
let paragraphStyle = NSMutableParagraphStyle()
paragraphStyle.alignment = .center
homePageButton.attributedTitle = NSAttributedString(string: homePageButton.title, attributes: [NSAttributedStringKey.foregroundColor : NSColor.white, NSAttributedStringKey.paragraphStyle : paragraphStyle])
githubButton.attributedTitle = NSAttributedString(string: githubButton.title, attributes: [NSAttributedStringKey.foregroundColor : NSColor.white, NSAttributedStringKey.paragraphStyle : paragraphStyle])
donateButton.attributedTitle = NSAttributedString(string: donateButton.title, attributes: [NSAttributedStringKey.foregroundColor : NSColor.white, NSAttributedStringKey.paragraphStyle : paragraphStyle])
}

// 主页
Expand Down

0 comments on commit 62cb4bd

Please sign in to comment.