~libqtelegram-team/telegram-app/app-does-not-start-just-a-blank-screen-is-displayed

« back to all changes in this revision

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

  • Committer: Jin Hsieh
  • Date: 2016-09-13 09:03:33 UTC
  • mfrom: (227.1.2 local)
  • Revision ID: jin.hsieh@canonical.com-20160913090333-s7km41ih9fxw5e43
Tags: 2.2.31.0
MergeĀ lp:~libqtelegram-team/telegram-app/long-press-on-photo-will-enter-the-preview-mode

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
    }
32
32
 
33
33
    ContentPeerPicker {
 
34
        anchors {
 
35
            top: picker.bottom
 
36
            left: parent.left
 
37
            right: parent.right
 
38
            margins: units.gu(6)
 
39
        }
34
40
        visible: parent.visible
35
41
        contentType: picker.contentType
36
42
        handler: picker.handler