Use uppercase Bluetooth panel headers
This commit is contained in:
@@ -558,7 +558,7 @@ Panel {
|
|||||||
// Connected devices.
|
// Connected devices.
|
||||||
PanelSectionHeader {
|
PanelSectionHeader {
|
||||||
visible: root.connectedDevices.length > 0
|
visible: root.connectedDevices.length > 0
|
||||||
text: "Connected"
|
text: "CONNECTED"
|
||||||
foreground: root.bar.foreground
|
foreground: root.bar.foreground
|
||||||
fontFamily: root.bar.fontFamily
|
fontFamily: root.bar.fontFamily
|
||||||
}
|
}
|
||||||
@@ -579,7 +579,7 @@ Panel {
|
|||||||
// Remembered devices.
|
// Remembered devices.
|
||||||
PanelSectionHeader {
|
PanelSectionHeader {
|
||||||
visible: root.knownDevices.length > 0
|
visible: root.knownDevices.length > 0
|
||||||
text: "Paired"
|
text: "PAIRED"
|
||||||
foreground: root.bar.foreground
|
foreground: root.bar.foreground
|
||||||
fontFamily: root.bar.fontFamily
|
fontFamily: root.bar.fontFamily
|
||||||
}
|
}
|
||||||
@@ -600,7 +600,7 @@ Panel {
|
|||||||
// Discovered (unpaired) devices, only shown while scanning.
|
// Discovered (unpaired) devices, only shown while scanning.
|
||||||
PanelSectionHeader {
|
PanelSectionHeader {
|
||||||
visible: root.adapter && root.adapter.discovering && root.discoveredDevices.length > 0
|
visible: root.adapter && root.adapter.discovering && root.discoveredDevices.length > 0
|
||||||
text: "Available"
|
text: "AVAILABLE"
|
||||||
foreground: root.bar.foreground
|
foreground: root.bar.foreground
|
||||||
fontFamily: root.bar.fontFamily
|
fontFamily: root.bar.fontFamily
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user