From 280728d2a7263372ae573a814f4ce13bedbb12d3 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Mon, 6 Oct 2014 10:35:41 -0500 Subject: move bluetooth indicator as per the 'Indicator RTM Usability Fixes' document --- data/com.canonical.indicator.bluetooth | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/com.canonical.indicator.bluetooth b/data/com.canonical.indicator.bluetooth index 52f351c..00c822c 100644 --- a/data/com.canonical.indicator.bluetooth +++ b/data/com.canonical.indicator.bluetooth @@ -1,7 +1,7 @@ [Indicator Service] Name=indicator-bluetooth ObjectPath=/com/canonical/indicator/bluetooth -Position=70 +Position=36 [desktop] ObjectPath=/com/canonical/indicator/bluetooth/desktop -- cgit v1.2.3 From 2c5271ebebada945ff461de6dbd89eeab66172f3 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Mon, 6 Oct 2014 11:50:57 -0500 Subject: only rearrange the indicator position on the phone --- data/com.canonical.indicator.bluetooth | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/data/com.canonical.indicator.bluetooth b/data/com.canonical.indicator.bluetooth index 00c822c..74e9c13 100644 --- a/data/com.canonical.indicator.bluetooth +++ b/data/com.canonical.indicator.bluetooth @@ -1,17 +1,19 @@ [Indicator Service] Name=indicator-bluetooth ObjectPath=/com/canonical/indicator/bluetooth -Position=36 +Position=70 [desktop] ObjectPath=/com/canonical/indicator/bluetooth/desktop [phone] ObjectPath=/com/canonical/indicator/bluetooth/phone +Position=36 [ubiquity] ObjectPath=/com/canonical/indicator/bluetooth/desktop [phone_greeter] ObjectPath=/com/canonical/indicator/bluetooth/phone +Position=36 -- cgit v1.2.3