~untrusted-ci-dev-bot/ubuntu-system-settings/ubuntu-system-settings-ubuntu-yakkety-landing-004

« back to all changes in this revision

Viewing changes to plugins/wifi/FramedMenuItem.qml

  • Committer: Bileto Bot
  • Author(s): Ken VanDine
  • Date: 2016-07-22 14:38:13 UTC
  • mfrom: (1556.3.32 slotsLayout)
  • Revision ID: ci-train-bot@canonical.com-20160722143813-ht9e4766lm0ie5fa
Ported to use Slots layout and updated visuals (LP: #1596529)

Approved by: Jonas G. Drange

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 * Copyright 2013 Canonical Ltd.
 
2
 * Copyright 2013-2016 Canonical Ltd.
3
3
 *
4
4
 * This program is free software; you can redistribute it and/or modify
5
5
 * it under the terms of the GNU General Public License as published by
19
19
 */
20
20
 
21
21
import QtQuick 2.4
 
22
import SystemSettings.ListItems 1.0 as SettingsListItems
22
23
import Ubuntu.Components 1.3
23
 
import Ubuntu.Components.ListItems 1.3 as ListItem
24
24
 
25
 
ListItem.Standard {}
 
25
SettingsListItems.IconProgression {
 
26
    // FIXME: use padding + padding + icon width
 
27
    divider.anchors.leftMargin: units.gu(6)
 
28
    layout.subtitle.color: UbuntuColors.green
 
29
}