Skip to content

Commit dd13d29

Browse files
committed
blink1control: fixed MailPop to allow >12 char sender/subject
1 parent f0a02a4 commit dd13d29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

qt/blink1control/qml/qml/MailPopup.qml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -677,7 +677,7 @@ Image {
677677
font.pointSize: (!mw.mac())?10:12
678678
selectByMouse: true
679679
maximumLength: 40
680-
wrapMode: TextEdit.Wrap
680+
clip: true
681681
KeyNavigation.tab: description
682682
}
683683
}
@@ -754,7 +754,7 @@ Image {
754754
font.pointSize: (!mw.mac())?10:12
755755
selectByMouse: true
756756
maximumLength: 40
757-
wrapMode: TextEdit.Wrap
757+
clip: true
758758
KeyNavigation.tab: description
759759
}
760760
}

0 commit comments

Comments
 (0)