fixed the style of the video resolution combobox
This commit is contained in:
parent
26e6876136
commit
cd02ad5c79
@ -47,7 +47,7 @@ Panel {
|
|||||||
color: #e1e2e5;
|
color: #e1e2e5;
|
||||||
}
|
}
|
||||||
|
|
||||||
Button, .logoutButtonStyle, .chatSendButtonStyle, .helpLinkButtonStyle {
|
Button, .logoutButtonStyle, .chatSendButtonStyle, .helpLinkButtonStyle, .cameraDisplaySettingsWindowChangeResolutionCombo {
|
||||||
textIndent: 0;
|
textIndent: 0;
|
||||||
paddingLeft: 10;
|
paddingLeft: 10;
|
||||||
paddingRight: 10;
|
paddingRight: 10;
|
||||||
|
@ -313,7 +313,7 @@ with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
|
|||||||
<mx:Spacer width="5"/>
|
<mx:Spacer width="5"/>
|
||||||
<mx:ComboBox id="cmbResolution" styleName="cameraDisplaySettingsWindowChangeResolutionCombo"
|
<mx:ComboBox id="cmbResolution" styleName="cameraDisplaySettingsWindowChangeResolutionCombo"
|
||||||
dataProvider="{resolutions}" visible="false" change="updateCamera()" tabIndex="{baseIndex+2}"
|
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:Spacer width="5"/>
|
||||||
</mx:HBox>
|
</mx:HBox>
|
||||||
|
|
||||||
|
@ -127,7 +127,7 @@ with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
|
|||||||
|
|
||||||
[Bindable] private var isTunneling:Boolean = false;
|
[Bindable] private var isTunneling:Boolean = false;
|
||||||
|
|
||||||
private var confirmingLogout = false;
|
private var confirmingLogout:Boolean = false;
|
||||||
|
|
||||||
public function initOptions(e:Event):void {
|
public function initOptions(e:Event):void {
|
||||||
layoutOptions = new LayoutOptions();
|
layoutOptions = new LayoutOptions();
|
||||||
|
Loading…
Reference in New Issue
Block a user