Skip to content

Commit

Permalink
Adjust recycle scroller item size
Browse files Browse the repository at this point in the history
A recent library update in ODS for the recycle scroller seem to have
changed the logic or calculation of the height.

This fix accomodates for that change and restores the row height to a
correct value.
  • Loading branch information
Vincent Petry committed Feb 27, 2020
1 parent 53c5d4a commit 74423a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/files/src/components/FileList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<RecycleScroller
class="uk-height-1-1"
:items="fileData"
:item-size="70"
:item-size="55"
v-slot="{ item, index, active }"
v-if="fileData.length"
:key="fileData.length"
Expand Down

0 comments on commit 74423a9

Please sign in to comment.