fixed the style of the video resolution combobox

This commit is contained in:
Felipe Cecagno 2013-08-20 14:07:38 -03:00
parent 26e6876136
commit cd02ad5c79
3 changed files with 3 additions and 3 deletions

View File

@ -47,7 +47,7 @@ Panel {
color: #e1e2e5;
}
Button, .logoutButtonStyle, .chatSendButtonStyle, .helpLinkButtonStyle {
Button, .logoutButtonStyle, .chatSendButtonStyle, .helpLinkButtonStyle, .cameraDisplaySettingsWindowChangeResolutionCombo {
textIndent: 0;
paddingLeft: 10;
paddingRight: 10;

View File

@ -313,7 +313,7 @@ with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
<mx:Spacer width="5"/>
<mx:ComboBox id="cmbResolution" styleName="cameraDisplaySettingsWindowChangeResolutionCombo"
dataProvider="{resolutions}" visible="false" change="updateCamera()" tabIndex="{baseIndex+2}"
toolTip="{ResourceUtil.getInstance().getString('bbb.publishVideo.cmbResolution.tooltip')}" />
toolTip="{ResourceUtil.getInstance().getString('bbb.publishVideo.cmbResolution.tooltip')}" height="30" />
<mx:Spacer width="5"/>
</mx:HBox>

View File

@ -127,7 +127,7 @@ with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
[Bindable] private var isTunneling:Boolean = false;
private var confirmingLogout = false;
private var confirmingLogout:Boolean = false;
public function initOptions(e:Event):void {
layoutOptions = new LayoutOptions();