aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlink2xt <link2xt@testrun.org>2021-03-14 02:37:42 +0300
committerlink2xt <link2xt@testrun.org>2021-03-14 02:37:42 +0300
commitb552ef2cad512403f1e40a23dc799a73d475b2ed (patch)
treee62dd482036eb249ab943ff92707c52d65ec7d28
parent6696f050ec7e05ca7d660d3271f405eab46f454a (diff)
downloadkdeltachat-b552ef2cad512403f1e40a23dc799a73d475b2ed.tar.gz
kdeltachat-b552ef2cad512403f1e40a23dc799a73d475b2ed.zip
Use the same font size for quote and message
-rw-r--r--qml/Message.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/qml/Message.qml b/qml/Message.qml
index 456bff1..fd50358 100644
--- a/qml/Message.qml
+++ b/qml/Message.qml
@@ -143,7 +143,7 @@ RowLayout {
readOnly: true
color: "grey"
wrapMode: Text.Wrap
- font.pixelSize: 12
+ font.pixelSize: 14
}
}