correct the slide max height calculation

This commit is contained in:
Chad Pilkey 2017-07-18 12:59:03 -04:00
parent 773171741c
commit dcfee91fd3

View File

@ -122,7 +122,7 @@ with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
[Bindable] private var DEFAULT_X_POSITION:Number = 237; [Bindable] private var DEFAULT_X_POSITION:Number = 237;
[Bindable] private var DEFAULT_Y_POSITION:Number = 0; [Bindable] private var DEFAULT_Y_POSITION:Number = 0;
private static const TOP_WINDOW_BORDER:Number = 54; private static const TOP_WINDOW_BORDER:Number = 30;
private static const WIDTH_PADDING:Number = 8; private static const WIDTH_PADDING:Number = 8;
[Bindable] private var DEFAULT_WINDOW_WIDTH:Number = 510; [Bindable] private var DEFAULT_WINDOW_WIDTH:Number = 510;