~rpadovani/telegram-app/showLastMessageAuthor

« back to all changes in this revision

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

  • Committer: Riccardo Padovani
  • Date: 2016-04-07 21:22:50 UTC
  • Revision ID: riccardo@rpadovani.com-20160407212250-xknyi7dcugrvyygw
Fix text elide, grey notifications for muted chats

Show diffs side-by-side

added added

removed removed

Lines of Context:
64
64
        delegate: DialogsListItem {
65
65
            id: list_item
66
66
            anchors {
 
67
                left: parent.left
 
68
                right: parent.right
67
69
                topMargin: units.dp(3)
68
70
                leftMargin: units.dp(5)
69
71
                bottomMargin: units.dp(3)