mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
Add notification, Use font.pointSize
This commit is contained in:
@@ -19,12 +19,10 @@ NBox {
|
||||
anchors.left: parent.left
|
||||
anchors.right: parent.right
|
||||
anchors.top: parent.top
|
||||
anchors.margins: Style.marginXL * scaling
|
||||
spacing: Style.marginSmall * scaling
|
||||
anchors.margins: Style.marginMedium * scaling
|
||||
spacing: Style.marginMedium * scaling
|
||||
|
||||
Item {
|
||||
height: 36 * scaling
|
||||
}
|
||||
Item { height: Style.marginLarge * scaling }
|
||||
|
||||
Text {
|
||||
text: "music_note"
|
||||
@@ -40,8 +38,6 @@ NBox {
|
||||
anchors.horizontalCenter: parent.horizontalCenter
|
||||
}
|
||||
|
||||
Item {
|
||||
height: 36 * scaling
|
||||
}
|
||||
Item { height: Style.marginLarge * scaling }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user