Repository: flex-tourjs
Updated Branches:
  refs/heads/develop 3232dac95 -> cff925ea2


Fix size of Panel with Tree


Project: http://git-wip-us.apache.org/repos/asf/flex-tourjs/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-tourjs/commit/cff925ea
Tree: http://git-wip-us.apache.org/repos/asf/flex-tourjs/tree/cff925ea
Diff: http://git-wip-us.apache.org/repos/asf/flex-tourjs/diff/cff925ea

Branch: refs/heads/develop
Commit: cff925ea25e86cfaa379bf4fa22a7407eba413c5
Parents: 3232dac
Author: piotrz <[email protected]>
Authored: Sun Mar 26 17:27:59 2017 +0200
Committer: piotrz <[email protected]>
Committed: Sun Mar 26 17:27:59 2017 +0200

----------------------------------------------------------------------
 TourJS/src/main/flex/TourJSMainView.mxml | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-tourjs/blob/cff925ea/TourJS/src/main/flex/TourJSMainView.mxml
----------------------------------------------------------------------
diff --git a/TourJS/src/main/flex/TourJSMainView.mxml 
b/TourJS/src/main/flex/TourJSMainView.mxml
index 9f32b54..cf96605 100644
--- a/TourJS/src/main/flex/TourJSMainView.mxml
+++ b/TourJS/src/main/flex/TourJSMainView.mxml
@@ -139,6 +139,9 @@ limitations under the License.
        </js:beads>
        
                <js:Panel title="Component Explorer" width="25%" 
className="Explorer">
+                       <js:beads>
+                               <js:VerticalFlexLayout />
+                       </js:beads>
                        <js:Tree id="contentTree" width="100%"
                                                labelField="title"
                                                className="ExplorerTree"

Reply via email to