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

« back to all changes in this revision

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

  • Committer: CI bot
  • Author(s): Michał Sawicz, Nick Dedekind
  • Date: 2014-07-01 14:06:14 UTC
  • mfrom: (68.1.11 suru-icons)
  • Revision ID: ps-jenkins@lists.canonical.com-20140701140614-axftfu3pap0oj1y9
Adapt to suru theme Fixes: 1304560

Show diffs side-by-side

added added

removed removed

Lines of Context:
98
98
        objectName: "iconSignal"
99
99
 
100
100
        color: Theme.palette.selected.backgroundText
101
 
        keyColor: "#cccccc"
102
101
 
103
102
        width: height
104
 
        height: Math.min(units.gu(5), parent.height - units.gu(1))
 
103
        height: Math.min(units.gu(3), parent.height - units.gu(1))
105
104
        anchors {
106
105
            left: checkbox.right
107
106
            leftMargin: units.gu(1)
146
145
        name: "network-secure"
147
146
 
148
147
        color: Theme.palette.selected.backgroundText
149
 
        keyColor: "#cccccc"
150
148
 
151
149
        width: height
152
 
        height: Math.min(units.gu(4), parent.height - units.gu(1))
 
150
        height: Math.min(units.gu(3), parent.height - units.gu(1))
153
151
        anchors {
154
152
            right: parent.right
155
153
            rightMargin: menu.__contentsMargins