Update Conversation.qml
Adjusted font-size for user input (toots)
This commit is contained in:
parent
eb14c94dc8
commit
f492be89f1
1 changed files with 2 additions and 1 deletions
|
@ -209,8 +209,9 @@ Page {
|
|||
0) == '#') ? description + ' ' : ''
|
||||
height: Math.max(270, Math.min(900, implicitHeight))
|
||||
//height: implicitHeight
|
||||
horizontalAlignment: Text.AlignLeft
|
||||
horizontalAlignment: Text.AlignLeft
|
||||
placeholderText: qsTr("What's on your mind?")
|
||||
font.pixelSize: Theme.fontSizeSmall
|
||||
EnterKey.onClicked: {
|
||||
//tweet()
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue