Compare commits

..

2 Commits

Author SHA1 Message Date
Sanjay 3a6b2565f6
Update README.md 2020-05-13 17:56:08 -04:00
Jay 3971aed6a3 feed clip fix 2020-05-13 21:12:27 +01:00
2 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
This repo contains open source components produced for Teverse.
Contains the redesigned components of Workshop (``./workshop``).
Contains the redesigned components of the dashboard, tutorials and Workshop (``./workshop``).
# Contributing to Teverse
@ -22,4 +22,4 @@ Copyright (c) 2020 teverse.com
# Acknowledgements
- sound/click.ogg sourced from http://soundbible.com/1705-Click2.html
- sound/tick.ogg sourced from http://soundbible.com/2044-Tick.html
- sound/tick.ogg sourced from http://soundbible.com/2044-Tick.html

View File

@ -474,7 +474,7 @@ return {
local feedItems = teverse.construct("guiFrame", {
parent = feed,
backgroundAlpha = 0,
clip = true
clip = false
})
teverse.guiHelper