mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-05-31 09:45:24 +00:00
NSpinBox: remove unicode, use Bootstrap.qml
This commit is contained in:
@@ -95,7 +95,7 @@ RowLayout {
|
||||
|
||||
NIcon {
|
||||
anchors.centerIn: parent
|
||||
text: "\uF2E6"
|
||||
icon: "chevron-left"
|
||||
font.pointSize: Style.fontSizeS * scaling
|
||||
color: decreaseArea.containsMouse ? Color.mOnPrimary : Color.mPrimary
|
||||
}
|
||||
@@ -130,7 +130,7 @@ RowLayout {
|
||||
|
||||
NIcon {
|
||||
anchors.centerIn: parent
|
||||
text: "\uF4FA"
|
||||
icon: "chevron-right"
|
||||
font.pointSize: Style.fontSizeS * scaling
|
||||
color: increaseArea.containsMouse ? Color.mOnPrimary : Color.mPrimary
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user