You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by pi...@apache.org on 2017/03/26 15:28:03 UTC

flex-tourjs git commit: Fix size of Panel with Tree

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 <pi...@apache.org>
Authored: Sun Mar 26 17:27:59 2017 +0200
Committer: piotrz <pi...@apache.org>
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"