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
|
@ -211,6 +211,7 @@ Page {
|
||||||
//height: implicitHeight
|
//height: implicitHeight
|
||||||
horizontalAlignment: Text.AlignLeft
|
horizontalAlignment: Text.AlignLeft
|
||||||
placeholderText: qsTr("What's on your mind?")
|
placeholderText: qsTr("What's on your mind?")
|
||||||
|
font.pixelSize: Theme.fontSizeSmall
|
||||||
EnterKey.onClicked: {
|
EnterKey.onClicked: {
|
||||||
//tweet()
|
//tweet()
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue