Fix #1089 Set line spacing to 115%

This commit is contained in:
Stefan Niedermann 2021-03-22 12:53:31 +01:00
parent 855862d658
commit 2583dc2ba0
3 changed files with 4 additions and 3 deletions

View file

@ -28,7 +28,7 @@
<dimen name="note_font_size_medium">18sp</dimen>
<dimen name="note_font_size_large">22sp</dimen>
<item format="float" name="note_line_spacing" type="dimen">1</item>
<item format="float" name="note_line_spacing" type="dimen">1.15</item>
<!-- Widgets -->
<dimen name="widget_outer_radius">@dimen/spacer_1x</dimen>

View file

@ -1 +1,3 @@
- 🐞 Grid view: no padding top on first line in some cases (#890)
- 🐞 Grid view: no padding top on first line in some cases (#890)
- 🏷 Category label in grid view doesn't take highlight background colour upon selection (#945)
- 📝 Improve line spacing by setting it to 115% (#1089)

View file

@ -1 +0,0 @@
- 🏷 Category label in grid view doesn't take highlight background colour upon selection (#945)