Make item height static in the sidebar
This fixes #4 but introduces a new bug where the HTML in the strings in the sidebar is not converted to text anymore.
This commit is contained in:
parent
99308a98c9
commit
11cde07393
2 changed files with 26 additions and 9 deletions
|
@ -41,6 +41,7 @@ ScrollView {
|
|||
PostListItem {
|
||||
textFontSize: item.textFontSize
|
||||
nightmode: app.nightmode
|
||||
width: listView.width
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue