Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
fairblue
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hosting
chat
fairblue
Commits
7905aad8
Commit
7905aad8
authored
14 years ago
by
Richard Alam
Browse files
Options
Downloads
Patches
Plain Diff
- create new location...there should be a better way to do this but need to do it quickly
parent
4bad11b5
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
bigbluebutton-client/src/org/bigbluebutton/main/views/MainCanvas.mxml
+6
-1
6 additions, 1 deletion
...n-client/src/org/bigbluebutton/main/views/MainCanvas.mxml
with
6 additions
and
1 deletion
bigbluebutton-client/src/org/bigbluebutton/main/views/MainCanvas.mxml
+
6
−
1
View file @
7905aad8
...
...
@@ -15,7 +15,8 @@
public
static
const
RIGHT
:
String
=
"RIGHT_WINDOW"
;
public
static
const
POPUP
:
String
=
"POP_UP_WINDOW"
;
public
static
const
DESKTOP_SHARING_VIEW
:
String
=
"POP_UP_DESKSHARE"
;
public
static
const
DESKTOP_SHARING_VIEW
:
String
=
"POP_UP_DESKSHARE_VIEW"
;
public
static
const
DESKTOP_SHARING_PUBLISH
:
String
=
"POP_UP_DESKSHARE_PUBLISH"
;
private
var
leftWindowWidth
:
Number
;
private
var
leftWindowHeight
:
Number
;
...
...
@@ -102,6 +103,10 @@
if
(
x
<
250
)
x
=
1
;
if
(
y
<
250
)
y
=
1
;
break
;
case
DESKTOP_SHARING_PUBLISH
:
y
=
(
this
.
height
-
win
.
height
)
/
2
;
x
=
(
this
.
width
-
win
.
width
)
/
2
;
break
;
case
DESKTOP_SHARING_VIEW
:
x
=
1
;
y
=
1
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment