Skip to content

Commit

Permalink
Increase radious of the TextInput rectangle.
Browse files Browse the repository at this point in the history
Signed-off-by: Camila <hello@camila.codes>
  • Loading branch information
Camila committed Feb 1, 2022
1 parent fc484a6 commit 14db11e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/tray/TalkReply.qml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ ColumnLayout {
height: 24
border.width: 1
border.color: Style.menuBorder
radius: 3
radius: 22
clip: true
TextInput {
id: talkMessage
Expand Down

0 comments on commit 14db11e

Please sign in to comment.