mirror of
https://github.com/nextcloud/notes-android.git
synced 2024-11-24 13:56:14 +03:00
Fix #1089 Set line spacing to 115%
This commit is contained in:
parent
855862d658
commit
2583dc2ba0
3 changed files with 4 additions and 3 deletions
|
@ -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>
|
||||
|
|
|
@ -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)
|
|
@ -1 +0,0 @@
|
|||
- 🏷 Category label in grid view doesn't take highlight background colour upon selection (#945)
|
Loading…
Reference in a new issue