diff options
Diffstat (limited to 'scss/imports')
-rw-r--r-- | scss/imports/scss/_MainWindow.scss | 2 | ||||
-rw-r--r-- | scss/imports/scss/_PanelUI.scss | 2 |
2 files changed, 2 insertions, 2 deletions
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 @@ | |||
85 | #bottomPanelContainer { | 85 | #bottomPanelContainer { |
86 | //border: 1px solid #333; | 86 | //border: 1px solid #333; |
87 | background: transparent; | 87 | background: transparent; |
88 | 88 | height: 150px; | |
89 | min-height:80px; | 89 | min-height:80px; |
90 | max-height:50%; | 90 | max-height:50%; |
91 | overflow:auto; | 91 | overflow:auto; |
diff --git a/scss/imports/scss/_PanelUI.scss b/scss/imports/scss/_PanelUI.scss index ccac99ca..bccea6fc 100644 --- a/scss/imports/scss/_PanelUI.scss +++ b/scss/imports/scss/_PanelUI.scss | |||
@@ -98,7 +98,7 @@ | |||
98 | } | 98 | } |
99 | 99 | ||
100 | #timelinePanel { | 100 | #timelinePanel { |
101 | height: 116px; | 101 | height: 100%; |
102 | } | 102 | } |
103 | 103 | ||
104 | // Only used by Animation Presets Panel currently | 104 | // Only used by Animation Presets Panel currently |