mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
Settings: better alignment with new icons + check icon on wallpaper selector
This commit is contained in:
@@ -403,16 +403,15 @@ NPanel {
|
||||
spacing: Style.marginS * scaling
|
||||
|
||||
// Tab icon
|
||||
Rectangle {
|
||||
color: Color.transparent
|
||||
Item {
|
||||
width: 20 * scaling
|
||||
height: 20 * scaling
|
||||
height: width
|
||||
|
||||
NIcon {
|
||||
text: FontService.icons[modelData.icon]
|
||||
color: tabTextColor
|
||||
font.pointSize: Style.fontSizeL * scaling
|
||||
anchors.fill: parent
|
||||
anchors.centerIn: parent
|
||||
}
|
||||
}
|
||||
|
||||
@@ -423,6 +422,7 @@ NPanel {
|
||||
font.pointSize: Style.fontSizeM * scaling
|
||||
font.weight: Style.fontWeightBold
|
||||
Layout.fillWidth: true
|
||||
Layout.alignment: Qt.AlignVCenter
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -181,7 +181,7 @@ ColumnLayout {
|
||||
visible: isSelected
|
||||
|
||||
NIcon {
|
||||
text: "check"
|
||||
text: FontService.icons["check"]
|
||||
font.pointSize: Style.fontSizeM * scaling
|
||||
font.weight: Style.fontWeightBold
|
||||
color: Color.mOnSecondary
|
||||
|
||||
@@ -36,7 +36,7 @@ Singleton {
|
||||
"close": "\uf00D",
|
||||
"check": "\uf00C",
|
||||
"panel": "\uF28C",
|
||||
"memory": "\uF2D6",
|
||||
"memory": "\uF2D5",
|
||||
"trash": "\uF014",
|
||||
"image": "\uF03E",
|
||||
"refresh": "\uF021",
|
||||
|
||||
Reference in New Issue
Block a user