diff --git a/bigbluebutton-client/src/org/bigbluebutton/common/Images.as b/bigbluebutton-client/src/org/bigbluebutton/common/Images.as index a900a7587d..4afd3398aa 100644 --- a/bigbluebutton-client/src/org/bigbluebutton/common/Images.as +++ b/bigbluebutton-client/src/org/bigbluebutton/common/Images.as @@ -92,7 +92,7 @@ package org.bigbluebutton.common public var refresh_slides:Class; [Embed(source="assets/images/table.png")] - public var presentation:Class; + public var table:Class; [Embed(source="assets/images/tfn.png")] public var blindside:Class; @@ -153,5 +153,11 @@ package org.bigbluebutton.common [Embed(source="assets/images/control_play_blue.png")] public var control_play:Class; + + [Embed(source="assets/images/shape_move_front.png")] + public var layout:Class; + + [Embed(source="assets/images/arrow_inout.png")] + public var fit_to_width:Class; } } \ No newline at end of file diff --git a/bigbluebutton-client/src/org/bigbluebutton/common/assets/images/arrow_inout.png b/bigbluebutton-client/src/org/bigbluebutton/common/assets/images/arrow_inout.png new file mode 100644 index 0000000000..1b763672ab Binary files /dev/null and b/bigbluebutton-client/src/org/bigbluebutton/common/assets/images/arrow_inout.png differ diff --git a/bigbluebutton-client/src/org/bigbluebutton/main/view/assets/images/shape_move_front.png b/bigbluebutton-client/src/org/bigbluebutton/common/assets/images/shape_move_front.png similarity index 100% rename from bigbluebutton-client/src/org/bigbluebutton/main/view/assets/images/shape_move_front.png rename to bigbluebutton-client/src/org/bigbluebutton/common/assets/images/shape_move_front.png diff --git a/bigbluebutton-client/src/org/bigbluebutton/main/view/assets/Images.as b/bigbluebutton-client/src/org/bigbluebutton/main/view/assets/Images.as deleted file mode 100644 index 8de7a0a814..0000000000 --- a/bigbluebutton-client/src/org/bigbluebutton/main/view/assets/Images.as +++ /dev/null @@ -1,34 +0,0 @@ -/** -* BigBlueButton open source conferencing system - http://www.bigbluebutton.org/ -* -* Copyright (c) 2008 by respective authors (see below). -* -* This program is free software; you can redistribute it and/or modify it under the -* terms of the GNU Lesser General Public License as published by the Free Software -* Foundation; either version 2.1 of the License, or (at your option) any later -* version. -* -* This program is distributed in the hope that it will be useful, but WITHOUT ANY -* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A -* PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. -* -* You should have received a copy of the GNU Lesser General Public License along -* with this program; if not, write to the Free Software Foundation, Inc., -* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -* -*/ -package org.bigbluebutton.main.view.assets -{ - [Bindable] - public class Images - { - [Embed(source="images/table.png")] - public var logs:Class; - - [Embed(source="images/arrow_out.png")] - public var full_screen:Class; - - [Embed(source="images/shape_move_front.png")] - public var layout:Class; - } -} \ No newline at end of file diff --git a/bigbluebutton-client/src/org/bigbluebutton/main/view/assets/images/arrow_out.png b/bigbluebutton-client/src/org/bigbluebutton/main/view/assets/images/arrow_out.png deleted file mode 100644 index 2e9bc42bec..0000000000 Binary files a/bigbluebutton-client/src/org/bigbluebutton/main/view/assets/images/arrow_out.png and /dev/null differ diff --git a/bigbluebutton-client/src/org/bigbluebutton/main/view/assets/images/table.png b/bigbluebutton-client/src/org/bigbluebutton/main/view/assets/images/table.png deleted file mode 100644 index abcd93689a..0000000000 Binary files a/bigbluebutton-client/src/org/bigbluebutton/main/view/assets/images/table.png and /dev/null differ diff --git a/bigbluebutton-client/src/org/bigbluebutton/main/view/components/MainApplicationShell.mxml b/bigbluebutton-client/src/org/bigbluebutton/main/view/components/MainApplicationShell.mxml index a699188914..de4a72178a 100644 --- a/bigbluebutton-client/src/org/bigbluebutton/main/view/components/MainApplicationShell.mxml +++ b/bigbluebutton-client/src/org/bigbluebutton/main/view/components/MainApplicationShell.mxml @@ -37,6 +37,7 @@ @@ -180,7 +206,8 @@ - - + + +