Skip to content

Commit 1ff5608

Browse files
author
Isaac
committed
Decrease input width a bit
1 parent a2797c4 commit 1ff5608

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

submodules/TelegramUI/Components/Chat/ChatTextInputPanelNode/Sources/ChatTextInputPanelNode.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ private func calculateTextFieldRealInsets(presentationInterfaceState: ChatPresen
112112
var right: CGFloat = 0.0
113113
right += max(0.0, accessoryButtonsWidth - 14.0)
114114
if actionControlsWidth != 0.0 {
115-
right += actionControlsWidth - 14.0
115+
right += actionControlsWidth - 10.0
116116
}
117117

118118
return UIEdgeInsets(top: 4.5 + top, left: 0.0, bottom: 5.5 + bottom, right: right)

0 commit comments

Comments
 (0)