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

« back to all changes in this revision

Viewing changes to ubuntu-printing-app/components/CheckBoxRow.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
 *
22
22
 
23
23
import Ubuntu.Components 1.3
24
24
 
25
 
RowLayout {
26
 
    anchors {
27
 
        left: parent.left
28
 
        leftMargin: units.gu(2)
29
 
        right: parent.right
30
 
        rightMargin: units.gu(2)
31
 
    }
32
 
    Layout.maximumWidth: width
33
 
 
 
25
BaseRowLayout {
34
26
    property alias checked: checkbox.checked
35
27
    property alias checkboxText: checkboxLabel.text
36
28
    property alias enabled: checkbox.enabled