浏览代码

Version 1.0.3

Fixed an issue where the label stays white with white backgrounds
pull/1/head
Gil Shahar 5 年前
父节点
当前提交
5c73a078ff
没有帐户链接到提交者的电子邮件
共有 3 个文件被更改,包括 2 次插入1 次删除
  1. +1
    -0
      Tweak.xm
  2. +1
    -1
      control
  3. 二进制
      packages/com.gilshahar7.duplexcalendar_1.0.3_iphoneos-arm.deb

+ 1
- 0
Tweak.xm 查看文件

@@ -81,6 +81,7 @@ static float sizeheight = 0.0;
originy = originalLabel.frame.origin.y;
sizewidth = originalLabel.frame.size.width;
sizeheight = originalLabel.frame.size.height;
self.duplexCalendarLabel.textColor = [self _dateColor];
//}
[self.duplexCalendarLabel setFrame:CGRectMake(originx-50+ [offsetXTextField floatValue], originy + 19 + [offsetYTextField floatValue], sizewidth+100, sizeheight)];
UIFont *font = self.duplexCalendarLabel.font;

+ 1
- 1
control 查看文件

@@ -1,7 +1,7 @@
Package: com.gilshahar7.duplexcalendar
Name: DuplexCalendar
Depends: mobilesubstrate
Version: 1.0.2
Version: 1.0.3
Architecture: iphoneos-arm
Description: Add the alternate calendar label to the LockScreen on iOS 9.
Maintainer: gilshahar7

二进制
packages/com.gilshahar7.duplexcalendar_1.0.3_iphoneos-arm.deb 查看文件


正在加载...
取消
保存