~ahayzen/ubuntu-printing-app/rearrange-folders

« back to all changes in this revision

Viewing changes to ubuntu-printing-app/components/PrintRow.qml

  • Committer: Andrew Hayzen
  • Date: 2017-03-15 11:49:25 UTC
  • mfrom: (23.1.63 additional-fixes)
  • Revision ID: ahayzen@gmail.com-20170315114925-o21g3wwwfivap3yz
* Rebase on lp:~ahayzen/ubuntu-printing-app/additional-fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 * Copyright 2016 Canonical Ltd.
 
2
 * Copyright 2016, 2017 Canonical Ltd.
3
3
 *
4
4
 * This file is part of ubuntu-printing-app.
5
5
 *
45
45
    RowLayout {
46
46
        id: rowLayout
47
47
        anchors {
48
 
            fill: parent
 
48
            bottom: parent.bottom
 
49
            horizontalCenter: parent.horizontalCenter
 
50
            top: parent.top
49
51
        }
50
52
        spacing: units.gu(1)
 
53
        width: Math.min(units.gu(60), parent.width)
51
54
 
52
55
        Button {
53
56
            objectName: "cancel"