~aaronhoneycutt/ureadit/ureadit-personal

« back to all changes in this revision

Viewing changes to ui/CommentsPage.qml

  • Committer: Michael Hall
  • Date: 2016-01-12 20:47:02 UTC
  • Revision ID: mhall119@ubuntu.com-20160112204702-1z230j2vy1iuzx5c
Updates to gallery

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
import QtQuick 2.0
2
 
import Ubuntu.Components 1.1
 
1
import QtQuick 2.4
 
2
import Ubuntu.Components 1.3
3
3
import Ubuntu.Components.ListItems 1.0
4
4
import "../models/QReddit"
5
5
import "../components"
124
124
        }
125
125
    }
126
126
 
 
127
    head.locked: uReadIt.height < units.gu(70) ? false : true
 
128
    head.onLockedChanged: if (head.locked) head.visible = true;
127
129
    flickable: commentsList//uReadIt.height < units.gu(70) ? commentsList : null
128
 
    clip: false//uReadIt.height < units.gu(70) ? false : true
129
130
 
130
131
    ActivityIndicator {
131
132
        id: loadingIndicator