BluetoothPanel: add WordWrap for scanning text

This commit is contained in:
notiant
2025-11-04 03:18:56 +01:00
committed by GitHub
parent aed68220fd
commit 5e4496bdb2
+3 -1
View File
@@ -219,7 +219,9 @@ NPanel {
text: I18n.tr("bluetooth.panel.pairing-mode")
pointSize: Style.fontSizeM
color: Color.mOnSurfaceVariant
Layout.alignment: Qt.AlignHCenter
horizontalAlignment: Text.AlignHCenter
Layout.fillWidth: true
wrapMode: Text.WordWrap
}
}
}