|
@@ -652,7 +652,7 @@ extension KMToolbarItemView {
|
|
self.imageViewBox.km_add_bottom_constraint(equalTo: self.nameBtn, attribute: .top, constant: 0)
|
|
self.imageViewBox.km_add_bottom_constraint(equalTo: self.nameBtn, attribute: .top, constant: 0)
|
|
|
|
|
|
self.imageViewBox.contentView?.addSubview(self.imageViewBtn)
|
|
self.imageViewBox.contentView?.addSubview(self.imageViewBtn)
|
|
- self.imageViewBtn.km_add_inset_constraint(inset: .init(top: 0, left: offset, bottom: 0, right: offset))
|
|
|
|
|
|
+ self.imageViewBtn.km_add_inset_constraint(inset: .init(top: 0.5, left: offset, bottom: 0, right: offset))
|
|
self.itemHeight = 40
|
|
self.itemHeight = 40
|
|
}
|
|
}
|
|
|
|
|