mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
Icons: WIP using a proper mapping table
This commit is contained in:
@@ -408,7 +408,7 @@ NPanel {
|
||||
height: width
|
||||
|
||||
NIcon {
|
||||
text: FontService.icons[modelData.icon]
|
||||
text: Bootstrap.icons[modelData.icon]
|
||||
color: tabTextColor
|
||||
font.pointSize: Style.fontSizeL * scaling
|
||||
anchors.centerIn: parent
|
||||
@@ -480,7 +480,7 @@ NPanel {
|
||||
|
||||
// Close button
|
||||
NIconButton {
|
||||
icon: FontService.icons["close"]
|
||||
icon: Bootstrap.icons["close"]
|
||||
tooltipText: "Close"
|
||||
Layout.alignment: Qt.AlignVCenter
|
||||
onClicked: root.close()
|
||||
|
||||
Reference in New Issue
Block a user