Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Commit

Permalink
fix screenshot borders
Browse files Browse the repository at this point in the history
  • Loading branch information
AzzouQ committed Mar 20, 2021
1 parent c69055a commit c1bf800
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Prefs/RounderLSRootListController.m
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ - (void)viewDidLoad {
self.titleLabel = [[UILabel alloc] initWithFrame:CGRectMake(0,0,10,10)];
self.titleLabel.translatesAutoresizingMaskIntoConstraints = NO;
self.titleLabel.font = [UIFont boldSystemFontOfSize:17];
self.titleLabel.text = @"1.4";
self.titleLabel.text = @"1.5";
self.titleLabel.textColor = [UIColor colorWithRed:0.96 green:0.77 blue:0.75 alpha:1.0];
self.titleLabel.textAlignment = NSTextAlignmentCenter;

Expand Down
2 changes: 1 addition & 1 deletion control
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: com.azzou.rounderls
Name: RounderLS
Version: 1.4
Version: 1.5
Architecture: iphoneos-arm
Description: A little tweak to make your LockScreen rounder !
Maintainer: Azzou
Expand Down

0 comments on commit c1bf800

Please sign in to comment.