Repository: flex-examples Updated Branches: refs/heads/develop abdfe786d -> c65fa0c42
more tweaks to example Project: http://git-wip-us.apache.org/repos/asf/flex-examples/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-examples/commit/c65fa0c4 Tree: http://git-wip-us.apache.org/repos/asf/flex-examples/tree/c65fa0c4 Diff: http://git-wip-us.apache.org/repos/asf/flex-examples/diff/c65fa0c4 Branch: refs/heads/develop Commit: c65fa0c42e9c0c4523f61ad6275987bcbc346e92 Parents: abdfe78 Author: Alex Harui <[email protected]> Authored: Mon Sep 14 23:47:13 2015 -0700 Committer: Alex Harui <[email protected]> Committed: Mon Sep 14 23:47:13 2015 -0700 ---------------------------------------------------------------------- ProductDashboard/src/ProjectDashboard.mxml | 1 + ProductDashboard/src/main.css | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-examples/blob/c65fa0c4/ProductDashboard/src/ProjectDashboard.mxml ---------------------------------------------------------------------- diff --git a/ProductDashboard/src/ProjectDashboard.mxml b/ProductDashboard/src/ProjectDashboard.mxml index d1558fb..5395c40 100644 --- a/ProductDashboard/src/ProjectDashboard.mxml +++ b/ProductDashboard/src/ProjectDashboard.mxml @@ -87,5 +87,6 @@ limitations under the License. <js:HTTPService id="archiveService" url="{MyModel(model).archiveURL}" complete="archiveDataArrived()" /> <js:HTTPService id="releaseService" /> <js:ViewSourceContextMenuOption /> + <js:BrowserResizeHandler minWidth="1000" minHeight="600" /> </js:beads> </js:Application> http://git-wip-us.apache.org/repos/asf/flex-examples/blob/c65fa0c4/ProductDashboard/src/main.css ---------------------------------------------------------------------- diff --git a/ProductDashboard/src/main.css b/ProductDashboard/src/main.css index 89dd967..51a823c 100644 --- a/ProductDashboard/src/main.css +++ b/ProductDashboard/src/main.css @@ -57,17 +57,17 @@ global { } .releaseDropDown { - width: 240px; + width: 210px; margin-left: 5px; } .releaseDropDownLabel { - width: 240px; + width: 210px; margin-left: 5px; } .releaseDownloadButton { - width: 240px; + width: 210px; margin-left: 5px; }
