mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
Icons: 99% done
This commit is contained in:
@@ -65,7 +65,8 @@ ColumnLayout {
|
||||
Layout.alignment: Qt.AlignVCenter
|
||||
|
||||
// One device BT icon
|
||||
NIcon { icon: BluetoothService.getDeviceIcon(modelData)
|
||||
NIcon {
|
||||
icon: BluetoothService.getDeviceIcon(modelData)
|
||||
font.pointSize: Style.fontSizeXXL * scaling
|
||||
color: getContentColor(Color.mOnSurface)
|
||||
Layout.alignment: Qt.AlignVCenter
|
||||
|
||||
@@ -27,7 +27,8 @@ NPanel {
|
||||
Layout.fillWidth: true
|
||||
spacing: Style.marginM * scaling
|
||||
|
||||
NIcon { icon: "bluetooth"
|
||||
NIcon {
|
||||
icon: "bluetooth"
|
||||
font.pointSize: Style.fontSizeXXL * scaling
|
||||
color: Color.mPrimary
|
||||
}
|
||||
@@ -41,8 +42,7 @@ NPanel {
|
||||
}
|
||||
|
||||
NIconButton {
|
||||
icon: BluetoothService.adapter
|
||||
&& BluetoothService.adapter.discovering ? "stop" : "arrow-repeat"
|
||||
icon: BluetoothService.adapter && BluetoothService.adapter.discovering ? "stop" : "arrow-repeat"
|
||||
tooltipText: "Refresh Devices"
|
||||
sizeRatio: 0.8
|
||||
onClicked: {
|
||||
|
||||
Reference in New Issue
Block a user