Document Controls: adds dark mode button
This commit is contained in:
@@ -59,7 +59,7 @@ class DocumentControlView: UIControl
|
||||
let imageSize: CGFloat = 24.0
|
||||
let bounds = self.bounds.inset(by: layoutMargins)
|
||||
imageView.frame = CGRect(
|
||||
x: bounds.minX, y: 0.0,
|
||||
x: bounds.minX + 6.0, y: 0.0,
|
||||
width: imageSize, height: imageSize
|
||||
).centeredY(inRect: self.bounds)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user