~ci-train-bot/ubuntu-settings-components/ubuntu-settings-components-ubuntu-zesty-2329

« back to all changes in this revision

Viewing changes to Ubuntu/Settings/Menus/TransferMenu.qml

  • Committer: Nick Dedekind
  • Date: 2014-07-29 15:05:53 UTC
  • mto: This revision was merged to the branch mainline in revision 78.
  • Revision ID: nicholas.dedekind@gmail.com-20140729150553-tqmvzd5u4kyw7yg4
more visual tweaks

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
 */
16
16
 
17
17
import QtQuick 2.0
18
 
import Ubuntu.Components 0.1
 
18
import Ubuntu.Components 1.1
19
19
import Ubuntu.Components.ListItems 0.1 as ListItem
20
20
import QtQuick.Layouts 1.1
21
21
 
78
78
                objectName: "progress"
79
79
                visible: menu.active
80
80
                value: 0.0
 
81
                showProgressPercentage: false
81
82
 
82
83
                Layout.preferredHeight: units.gu(1)
83
84
                Layout.fillWidth: true