~libqtelegram-team/telegram-app/telegram

« back to all changes in this revision

Viewing changes to telegram/app/qml/components/AccountPanelItem.qml

  • Committer: Michael Zanetti
  • Date: 2016-03-01 22:52:22 UTC
  • mfrom: (155.1.5 listitem)
  • Revision ID: michael.zanetti@canonical.com-20160301225222-3qtwg420eyfb9r9n
mergedĀ lp:~mzanetti/telegram-app/listitem

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
import QtQuick 2.4
18
18
import Ubuntu.Components 1.3
19
19
 
20
 
import "./listitems"
21
 
 
22
20
ListItem {
23
21
    id: item
24
22