From e31015bdf3ed93f9b6b1926d7bd702bfb0c1838b Mon Sep 17 00:00:00 2001 From: will Date: Tue, 4 Jan 2011 14:01:47 -0800 Subject: [PATCH] Added min and max width to the amount of the left panel that can be dragged. --- ui/scripts/cloud.core.init.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ui/scripts/cloud.core.init.js b/ui/scripts/cloud.core.init.js index ac764cf1fb2..2710f480f3a 100644 --- a/ui/scripts/cloud.core.init.js +++ b/ui/scripts/cloud.core.init.js @@ -41,6 +41,8 @@ var md5Hashed = true; // Setup drag and slide for the main UI $("#west_panel").resizable({ + minWidth: 221, + maxWidth: 421, ghost: true, stop: function(event, ui) { var resized = ui.size.width - 1;