mirror of
https://github.com/muesli/telephant
synced 2024-11-13 23:37:11 +00:00
Max tweet length is now 280 chars
This commit is contained in:
parent
dd1fc8f37e
commit
82b71bf5cc
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ Popup {
|
|||
anchors.rightMargin: 12
|
||||
|
||||
font.pixelSize: 16
|
||||
text: 140 - messageArea.text.length
|
||||
text: 280 - messageArea.text.length
|
||||
}
|
||||
|
||||
Button {
|
||||
|
|
Loading…
Reference in a new issue