summaryrefslogtreecommitdiffstats
path: root/src/settingsui/bluetooth/Bluetooth.qml
diff options
context:
space:
mode:
authorLasse Räihä <lasse.raiha@qt.io>2017-09-22 13:27:59 +0300
committerSami Nurmenniemi <sami.nurmenniemi@qt.io>2017-11-22 10:40:54 +0000
commit3845fec1ba882fc86be543cf2d79df71e484e510 (patch)
tree895e9152056e78816dfbd7b83aba6b50437ea564 /src/settingsui/bluetooth/Bluetooth.qml
parent3895b8504f65346a1de19aa1ceb9570175337283 (diff)
Settings-plugin update
Task-number: QTBUG-63091 Change-Id: I116e768704f61c54d393ff00416ef03cc1885c0b Reviewed-by: Kari Oikarinen <kari.oikarinen@qt.io> Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
Diffstat (limited to 'src/settingsui/bluetooth/Bluetooth.qml')
-rw-r--r--src/settingsui/bluetooth/Bluetooth.qml24
1 files changed, 1 insertions, 23 deletions
diff --git a/src/settingsui/bluetooth/Bluetooth.qml b/src/settingsui/bluetooth/Bluetooth.qml
index dba1a5c..f55d90c 100644
--- a/src/settingsui/bluetooth/Bluetooth.qml
+++ b/src/settingsui/bluetooth/Bluetooth.qml
@@ -33,32 +33,10 @@ import QtDeviceUtilities.BluetoothSettings 1.0
Item {
id: root
- property string title: qsTr("Bluetooth Settings")
- Text {
- id: bluetoothText
- anchors.top: parent.top
- anchors.left: parent.left
- fontSizeMode: Text.Fit
- minimumPixelSize: 1
- font.pixelSize: parent.height * 0.05
- color: "white"
- text: qsTr("Bluetooth")
- font.family: appFont
- font.styleName: "Bold"
- }
-
- Rectangle {
- id: btmLine
- anchors.top: bluetoothText.bottom
- anchors.topMargin: parent.height * 0.025
- anchors.left: bluetoothText.left
- width: parent.width * 0.275
- height: parent.height * 0.005
- }
Row {
id: bluetoothRow
- anchors.top: btmLine.bottom
+ anchors.top: parent.top
anchors.topMargin: parent.height * 0.05
anchors.left: parent.left
anchors.right: parent.right