Skip to content
Snippets Groups Projects
Commit fc028741 authored by Richard Alam's avatar Richard Alam
Browse files

- clean up presentation list to remove scrollbar and display 3 presentations properly

parent b250f9a1
No related branches found
No related tags found
No related merge requests found
......@@ -293,8 +293,8 @@ with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
labelPlacement="center" width="460" visible="false"/>
</mx:HBox>
<mx:Label id="presentationNamesLb" text="{ResourceUtil.getInstance().getString('bbb.fileupload.presentationNamesLbl')}" styleName="presentationNamesLabelStyle" paddingLeft="5"/>
<mx:Canvas width="90%" height="100">
<mx:List id="presentationNamesList" width="90%" height="100" left="5" top="5" alternatingItemColors="[#EFEFEF, #FEFEFE]" allowMultipleSelection="false"
<mx:Canvas width="90%" height="140" verticalScrollPolicy="off">
<mx:List id="presentationNamesList" width="90%" height="120" left="5" top="5" alternatingItemColors="[#EFEFEF, #FEFEFE]" allowMultipleSelection="false"
itemRenderer="org.bigbluebutton.modules.present.ui.views.UploadedPresentationRenderer"
dragEnabled="false" dataProvider="{presentationNamesAC}">
</mx:List>
......
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