Max tweet length is now 280 chars

This commit is contained in:
Christian Muehlhaeuser 2017-09-27 10:47:24 +02:00
parent dd1fc8f37e
commit 82b71bf5cc
No known key found for this signature in database
GPG key ID: BA4CF857DD4117E9

View file

@ -74,7 +74,7 @@ Popup {
anchors.rightMargin: 12
font.pixelSize: 16
text: 140 - messageArea.text.length
text: 280 - messageArea.text.length
}
Button {