~libqtelegram-team/telegram-app/telegram

« back to all changes in this revision

Viewing changes to telegram/app/qml/AccountSendMessage.qml

  • Committer: Jin Hsieh
  • Date: 2016-03-14 17:12:15 UTC
  • mfrom: (148.1.13 converged)
  • Revision ID: jin.hsieh@canonical.com-20160314171215-cui1dqd7flipggx8
Tags: 2.1.0.0
MergeĀ lp:~libqtelegram-team/telegram-app/converged

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
    color: "white"
22
22
 
23
23
    property Dialog currentDialog
24
 
    property real minimumHeight: Cutegram.currentTheme.sendFrameHeight*Devices.density
25
 
 
26
24
    property bool isChat: currentDialog != telegramObject.nullDialog ? currentDialog.peer.chatId != 0 : false
27
25
 
28
26
    signal accepted( string text, int inReplyTo )