Bump notifications font size
This commit is contained in:
+2
-2
@@ -216,7 +216,7 @@ Rectangle {
|
|||||||
text: root.summary
|
text: root.summary
|
||||||
font.family: "Liberation Sans"
|
font.family: "Liberation Sans"
|
||||||
color: Color.notifications.text
|
color: Color.notifications.text
|
||||||
font.pixelSize: 13
|
font.pixelSize: 14
|
||||||
font.bold: true
|
font.bold: true
|
||||||
wrapMode: Text.WordWrap
|
wrapMode: Text.WordWrap
|
||||||
elide: Text.ElideRight
|
elide: Text.ElideRight
|
||||||
@@ -231,7 +231,7 @@ Rectangle {
|
|||||||
textFormat: Text.StyledText
|
textFormat: Text.StyledText
|
||||||
font.family: "Liberation Sans"
|
font.family: "Liberation Sans"
|
||||||
color: root.bodyColor
|
color: root.bodyColor
|
||||||
font.pixelSize: 13
|
font.pixelSize: 14
|
||||||
wrapMode: Text.WordWrap
|
wrapMode: Text.WordWrap
|
||||||
elide: Text.ElideRight
|
elide: Text.ElideRight
|
||||||
maximumLineCount: 3
|
maximumLineCount: 3
|
||||||
|
|||||||
Reference in New Issue
Block a user