From 151b895d743b7e662fdb13c83051a3127fc952de Mon Sep 17 00:00:00 2001 From: Jonathan Duran Date: Mon, 6 Feb 2012 21:01:39 -0800 Subject: Fix Timeline height so it appears correctly on load Signed-off-by: Jonathan Duran --- _scss/imports/scss/_MainWindow.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '_scss/imports') diff --git a/_scss/imports/scss/_MainWindow.scss b/_scss/imports/scss/_MainWindow.scss index 23ace69b..99028b2a 100644 --- a/_scss/imports/scss/_MainWindow.scss +++ b/_scss/imports/scss/_MainWindow.scss @@ -85,7 +85,7 @@ #bottomPanelContainer { //border: 1px solid #333; background: transparent; - + height: 150px; min-height:80px; max-height:50%; overflow:auto; -- cgit v1.2.3