Skip to content

Commit

Permalink
Update deltachat-ios/Controller/Settings/Proxy/ProxyTableViewCell.swift
Browse files Browse the repository at this point in the history
Co-authored-by: bjoern <[email protected]>
  • Loading branch information
zeitschlag and r10s authored Nov 13, 2024
1 parent a611de2 commit 7727384
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class ProxyTableViewCell: UITableViewCell {

subtitleStackView = UIStackView(
arrangedSubviews: [
UIView.borderedView(around: protocolLabel, borderWidth: 1, borderColor: detailsColor, cornerRadius: 2, padding: NSDirectionalEdgeInsets(top: 2, leading: 2, bottom: 2, trailing: 2)),
UIView.borderedView(around: protocolLabel, borderWidth: 1, borderColor: detailsColor, cornerRadius: 2, padding: NSDirectionalEdgeInsets(top: 0, leading: 4, bottom: 0, trailing: 4)),
connectionLabel,
UIView()
]
Expand Down

0 comments on commit 7727384

Please sign in to comment.