adjust Profile leftEdgeInset

This commit is contained in:
nixzhu
2015-05-14 20:14:45 +08:00
parent ed9af48558
commit 32dd3b49b9
+3 -3
View File
@@ -80,8 +80,8 @@ class YepConfig {
}
struct Profile {
static let leftEdgeInset: CGFloat = 38
static let rightEdgeInset: CGFloat = 38
static let leftEdgeInset: CGFloat = UIDevice.pickMarginIn([20, 38, 40])
static let rightEdgeInset: CGFloat = leftEdgeInset
static let introductionLabelFont = UIFont(name: "HelveticaNeue-Thin", size: 12)!
}
@@ -99,7 +99,7 @@ class YepConfig {
struct SocialWorkGithub {
struct Repo {
static let leftEdgeInset = UIDevice.pickMarginIn([20, 40, 40])
static let leftEdgeInset = UIDevice.pickMarginIn([20, 38, 40])
static let rightEdgeInset = leftEdgeInset
}
}