BatteryWidget: add low battery threshold

NSpinBox: add bootstrap icons
This commit is contained in:
Ly-sec 2025-09-09 13:26:15 +02:00
parent 663f3abff5
commit b422a419cd
3 changed files with 16 additions and 5 deletions

View file

@ -95,7 +95,7 @@ RowLayout {
NIcon {
anchors.centerIn: parent
text: "dash-lg"
text: "\uF2E6"
font.pointSize: Style.fontSizeS * scaling
color: decreaseArea.containsMouse ? Color.mOnPrimary : Color.mPrimary
}
@ -130,7 +130,7 @@ RowLayout {
NIcon {
anchors.centerIn: parent
text: "plus-lg"
text: "\uF4FA"
font.pointSize: Style.fontSizeS * scaling
color: increaseArea.containsMouse ? Color.mOnPrimary : Color.mPrimary
}