Merge pull request #655 from notiant/patch-12

BluetoothPanel: add WordWrap for scanning text
This commit is contained in:
Lysec
2025-11-04 14:49:19 +01:00
committed by GitHub
+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
}
}
}