Skip to content
Snippets Groups Projects
Commit d34616d3 authored by Chad Pilkey's avatar Chad Pilkey
Browse files

add separation between chat time and border

parent 5c812984
No related branches found
No related tags found
No related merge requests found
......@@ -82,7 +82,7 @@ with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
<mx:Label id="lblName" text="{data.name}" visible="true" color="gray" textAlign="left" left="0"/>
<mx:Text id="lblTime" htmlText="{data.time}" textAlign="right"
visible="true"
color="gray" right="0" />
color="gray" right="4" />
</mx:Canvas>
<mx:Text id="txtMessage" htmlText="{data.text}" link="onLinkClick(event)" color="{data.senderColor}"
keyDown="onKeyDown(event)" paddingLeft="5" width="100%" selectable="true"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment