|
@@ -386,7 +386,7 @@ public class BFRecordScreenController: BFBaseViewController {
|
|
|
|
|
|
// debug
|
|
|
lazy var neoNuiDebugLabel: UILabel = {
|
|
|
- let neoNuiDebugLabel = UILabel(frame: CGRect(x: 0, y: 100, width: 200, height: 24))
|
|
|
+ let neoNuiDebugLabel = UILabel(frame: CGRect(x: 0, y: 100, width: 300, height: 24))
|
|
|
neoNuiDebugLabel.backgroundColor = .black
|
|
|
neoNuiDebugLabel.textColor = .white
|
|
|
neoNuiDebugLabel.textAlignment = .left
|