Skip to content

Commit

Permalink
Centred the Close button
Browse files Browse the repository at this point in the history
  • Loading branch information
syeshchenko committed Feb 11, 2014
1 parent 850558a commit df001f9
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -307,15 +307,15 @@ with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
</mx:HBox>
</mx:HBox>
<mx:Label id="presentationNamesLb" text="{ResourceUtil.getInstance().getString('bbb.fileupload.presentationNamesLbl')}" styleName="presentationNamesLabelStyle" paddingLeft="5"/>
<mx:Canvas width="100%" height="140" verticalScrollPolicy="off">
<mx:Canvas width="100%" height="130" verticalScrollPolicy="off">
<mx:List width="100%" height="120" left="5" top="5" right="5" id="uploadedFilesList" alternatingItemColors="[#EFEFEF, #FEFEFE]" allowMultipleSelection="false"
itemRenderer="org.bigbluebutton.modules.present.ui.views.UploadedPresentationRenderer"
dragEnabled="false" dataProvider="{presentationNamesAC}">
</mx:List>
</mx:Canvas>
<mx:Canvas width="100%">
<mx:Canvas width="100%" height="100%">
<mx:Button id="okCancelBtn" label="{ResourceUtil.getInstance().getString('bbb.fileupload.okCancelBtn')}"
styleName="presentationUploadCancelButtonStyle" right="5" top="5"
styleName="presentationUploadCancelButtonStyle" right="5" bottom="15"
click="globalDispatch.dispatchEvent(new UploadEvent(UploadEvent.CLOSE_UPLOAD_WINDOW))"
toolTip="{ResourceUtil.getInstance().getString('bbb.fileupload.okCancelBtn.toolTip')}"/>
</mx:Canvas>
Expand Down

0 comments on commit df001f9

Please sign in to comment.