Skip to content

Commit

Permalink
bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
MSzturc committed May 6, 2020
1 parent 8fec590 commit 4681ba5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ThinkpadAssistant.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@
"$(inherited)",
"@executable_path/../Frameworks",
);
MARKETING_VERSION = 1.2.0;
MARKETING_VERSION = 1.2.1;
PRODUCT_BUNDLE_IDENTIFIER = de.mszturc.ThinkpadAssistant;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand All @@ -583,7 +583,7 @@
"$(inherited)",
"@executable_path/../Frameworks",
);
MARKETING_VERSION = 1.2.0;
MARKETING_VERSION = 1.2.1;
PRODUCT_BUNDLE_IDENTIFIER = de.mszturc.ThinkpadAssistant;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down
2 changes: 1 addition & 1 deletion ThinkpadAssistant/HUD.swift
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,8 @@ class HUD: NSView {
var statusLabelSize = CGSize.zero
if(statusLabel.string.count > 0){
statusLabelSize = statusLabel.string.size(withAttributes: [NSAttributedString.Key.font: statusLabel.font!])
print(statusLabelSize)

//If it's a single line Statusmessage center it
if(statusLabelSize.height < 46.0){
statusLabelSize.height += (46.0 - statusLabelSize.height) / 2
}
Expand Down

0 comments on commit 4681ba5

Please sign in to comment.