Skip to content

Commit 24c63c2

Browse files
committed
Fixed line breaks in kv
1 parent bad275d commit 24c63c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testapp/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
font_size: 50
5151
text_size: self.size[0], None
5252
markup: True
53-
text: 'dpi: {}\ndensity: {}\nfontscale: {}'.format(Metrics.dpi, Metrics.density, Metrics.fontscale)
53+
text: 'dpi: {}\\ndensity: {}\\nfontscale: {}'.format(Metrics.dpi, Metrics.density, Metrics.fontscale)
5454
halign: 'center'
5555
Widget:
5656
size_hint_y: None

0 commit comments

Comments
 (0)