Showing
4 changed files
with
4 additions
and
4 deletions
... | @@ -7,7 +7,7 @@ | ... | @@ -7,7 +7,7 @@ |
7 | <key>Pods-SwiftWarplyFramework.xcscheme_^#shared#^_</key> | 7 | <key>Pods-SwiftWarplyFramework.xcscheme_^#shared#^_</key> |
8 | <dict> | 8 | <dict> |
9 | <key>orderHint</key> | 9 | <key>orderHint</key> |
10 | - <integer>1</integer> | 10 | + <integer>0</integer> |
11 | </dict> | 11 | </dict> |
12 | </dict> | 12 | </dict> |
13 | </dict> | 13 | </dict> | ... | ... |
... | @@ -7,7 +7,7 @@ | ... | @@ -7,7 +7,7 @@ |
7 | <key>SwiftWarplyFramework.xcscheme_^#shared#^_</key> | 7 | <key>SwiftWarplyFramework.xcscheme_^#shared#^_</key> |
8 | <dict> | 8 | <dict> |
9 | <key>orderHint</key> | 9 | <key>orderHint</key> |
10 | - <integer>0</integer> | 10 | + <integer>1</integer> |
11 | </dict> | 11 | </dict> |
12 | </dict> | 12 | </dict> |
13 | </dict> | 13 | </dict> | ... | ... |
No preview for this file type
... | @@ -102,7 +102,7 @@ import SwiftEventBus | ... | @@ -102,7 +102,7 @@ import SwiftEventBus |
102 | questionnaireButton.layer.shadowOpacity = 1.0 | 102 | questionnaireButton.layer.shadowOpacity = 1.0 |
103 | questionnaireButton.layer.shadowRadius = 0.0 | 103 | questionnaireButton.layer.shadowRadius = 0.0 |
104 | questionnaireButton.layer.masksToBounds = false | 104 | questionnaireButton.layer.masksToBounds = false |
105 | - questionnaireButton.contentEdgeInsets = UIEdgeInsets(top: 8, left: 10, bottom: 2, right: 10) | 105 | + questionnaireButton.contentEdgeInsets = UIEdgeInsets(top: 5, left: 10, bottom: 5, right: 10) |
106 | } else { | 106 | } else { |
107 | questionnaireButton.setTitle("+Προτιμήσεις", for: .normal) | 107 | questionnaireButton.setTitle("+Προτιμήσεις", for: .normal) |
108 | questionnaireButton.titleLabel?.font = UIFont(name: "PFSquareSansPro-Medium", size: 14) | 108 | questionnaireButton.titleLabel?.font = UIFont(name: "PFSquareSansPro-Medium", size: 14) |
... | @@ -309,7 +309,7 @@ import SwiftEventBus | ... | @@ -309,7 +309,7 @@ import SwiftEventBus |
309 | questionnaireButton.layer.shadowOpacity = 1.0 | 309 | questionnaireButton.layer.shadowOpacity = 1.0 |
310 | questionnaireButton.layer.shadowRadius = 0.0 | 310 | questionnaireButton.layer.shadowRadius = 0.0 |
311 | questionnaireButton.layer.masksToBounds = false | 311 | questionnaireButton.layer.masksToBounds = false |
312 | - questionnaireButton.contentEdgeInsets = UIEdgeInsets(top: 8, left: 10, bottom: 2, right: 10) | 312 | + questionnaireButton.contentEdgeInsets = UIEdgeInsets(top: 5, left: 10, bottom: 5, right: 10) |
313 | } else { | 313 | } else { |
314 | for layer in (questionnaireButton.layer.sublayers ?? []) { | 314 | for layer in (questionnaireButton.layer.sublayers ?? []) { |
315 | if(layer.name == "linearGradientLayer"){ | 315 | if(layer.name == "linearGradientLayer"){ | ... | ... |
-
Please register or login to post a comment