Bluetooth Panel: UI cleanup/factorization
This commit is contained in:
parent
5910c65bcf
commit
cc8a24f445
5 changed files with 135 additions and 187 deletions
|
|
@ -21,6 +21,6 @@ NIconButton {
|
|||
colorBorderHover: Color.transparent
|
||||
|
||||
icon: "bluetooth"
|
||||
tooltipText: "Bluetooth devices"
|
||||
tooltipText: "Bluetooth"
|
||||
onClicked: PanelService.getPanel("bluetoothPanel")?.toggle(screen, this)
|
||||
}
|
||||
|
|
|
|||
|
|
@ -132,7 +132,6 @@ Item {
|
|||
|
||||
anchors.horizontalCenter: parent.horizontalCenter
|
||||
anchors.verticalCenter: parent.verticalCenter
|
||||
|
||||
}
|
||||
|
||||
Row {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue